summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-10-03 21:05:58 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-10-03 21:05:58 +0000
commit7ec1946ef00fdb94f2ad685be1871185e9c67dac (patch)
tree01aef320612785953a1d75931c4a698fe80004d5
parent6b7fd4cff43f5954270a19d55ef932535adf8e89 (diff)
downloadgdm-7ec1946ef00fdb94f2ad685be1871185e9c67dac.tar.gz
include <signal.h> to fix build on solaris
Fri Oct 03 14:03:31 2003 George Lebl <jirka@5z.com> * daemon/errorgui.c: include <signal.h> to fix build on solaris
-rw-r--r--ChangeLog5
-rw-r--r--daemon/errorgui.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4c1e2bc..23c76cdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 03 14:03:31 2003 George Lebl <jirka@5z.com>
+
+ * daemon/errorgui.c: include <signal.h> to fix build
+ on solaris
+
Fri Oct 03 13:40:22 2003 George Lebl <jirka@5z.com>
* daemon/auth.c: when the ~/.Xauthority didn't exist
diff --git a/daemon/errorgui.c b/daemon/errorgui.c
index a76ef2ad..5e09bcf9 100644
--- a/daemon/errorgui.c
+++ b/daemon/errorgui.c
@@ -32,6 +32,8 @@
#include <sys/stat.h>
#include <pwd.h>
#include <sys/types.h>
+#include <signal.h>
+
#include "gdm.h"
#include "misc.h"
#include "auth.h"