diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-10 21:31:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-10 21:31:42 +0000 |
commit | fcad68d7139c90fa204b241e3622e820b844d76f (patch) | |
tree | 8a914e437d89638ff74d16674dc83c65e04e54c0 /net-im/gnomeicu/files | |
parent | cb6cbcb92cc0cf577583c71c6ef77c0f3d69fa7b (diff) | |
download | ports-fcad68d7139c90fa204b241e3622e820b844d76f.tar.gz ports-fcad68d7139c90fa204b241e3622e820b844d76f.zip |
Notes
Diffstat (limited to 'net-im/gnomeicu/files')
-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> |