diff options
Diffstat (limited to 'x11/fast-user-switch-applet/files/patch-src_gdm-queue.c')
-rw-r--r-- | x11/fast-user-switch-applet/files/patch-src_gdm-queue.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c b/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c index 80e25d0fe1ed..a38c96493386 100644 --- a/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c +++ b/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c @@ -1,10 +1,10 @@ ---- src/gdm-queue.c.orig Fri Feb 2 23:52:26 2007 -+++ src/gdm-queue.c Fri Feb 2 23:52:32 2007 -@@ -32,6 +32,7 @@ +--- src/gdm-queue.c.orig Thu Nov 16 12:39:45 2006 ++++ src/gdm-queue.c Thu Nov 16 12:40:17 2006 +@@ -31,6 +31,7 @@ + #include <sys/socket.h> #include <sys/un.h> #include <errno.h> - #include <stdio.h> +#include <signal.h> + #include <stdio.h> #include "gdm-queue.h" - |