diff options
-rw-r--r-- | x11/fast-user-switch-applet/files/patch-src_gdm-queue.c | 10 |
1 files changed, 10 insertions, 0 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 new file mode 100644 index 000000000000..80e25d0fe1ed --- /dev/null +++ b/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c @@ -0,0 +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 @@ + #include <sys/un.h> + #include <errno.h> + #include <stdio.h> ++#include <signal.h> + + #include "gdm-queue.h" + |