diff options
Diffstat (limited to 'net-im/gnomeicu/files/patch-src_userserver.c')
-rw-r--r-- | net-im/gnomeicu/files/patch-src_userserver.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-im/gnomeicu/files/patch-src_userserver.c b/net-im/gnomeicu/files/patch-src_userserver.c new file mode 100644 index 000000000000..278ed509728c --- /dev/null +++ b/net-im/gnomeicu/files/patch-src_userserver.c @@ -0,0 +1,17 @@ +--- src/userserver.c.orig Sun Nov 10 03:20:44 2002 ++++ src/userserver.c Sun Nov 10 03:20:56 2002 +@@ -25,13 +25,13 @@ + #include "showlist.h" + + #include <gdk/gdk.h> ++#include <sys/types.h> + #include <errno.h> + #include <netinet/in.h> + #include <pwd.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +-#include <sys/types.h> + #include <sys/socket.h> + #include <sys/stat.h> + #include <sys/un.h> |