blob: 6121bdf93f9f8f4be70286a1832642337997ad95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- gui/gdmphotosetup.c.orig Mon May 5 21:47:14 2003
+++ gui/gdmphotosetup.c Mon May 5 21:47:39 2003
@@ -22,6 +22,7 @@
#include <libgnome/libgnome.h>
#include <libgnomeui/libgnomeui.h>
#include <sys/types.h>
+#include <signal.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
|