summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2010-04-27 14:27:37 +0200
committerRay Strode <rstrode@redhat.com>2010-04-27 09:45:49 -0400
commit111080b8d5c82b2c8e7a097db142061e29bfa382 (patch)
treeaecc41f3f1795af7030a337010f5320ff30da9b7
parentf39d2ba4a36a65cca7a398b6b0f3445b5d74dcfc (diff)
downloadgdm-111080b8d5c82b2c8e7a097db142061e29bfa382.tar.gz
Add missing header (fix GNOME bug #616888)
-rw-r--r--daemon/gdm-slave.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/gdm-slave.c b/daemon/gdm-slave.c
index 73784dc4..7acc5fbe 100644
--- a/daemon/gdm-slave.c
+++ b/daemon/gdm-slave.c
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <stdint.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>