diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-13 03:28:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-13 03:28:35 +0800 |
commit | ee3c1deff5a874a633f3823f7245499dc35c2374 (patch) | |
tree | a33af9288f901f254b3aac25c809bad87ff87d3c /net/gnomeicu | |
parent | e94fc9e4ca7b4918b6fbd2159884c1219849786f (diff) | |
download | freebsd-ports-gnome-ee3c1deff5a874a633f3823f7245499dc35c2374.tar.gz freebsd-ports-gnome-ee3c1deff5a874a633f3823f7245499dc35c2374.tar.zst freebsd-ports-gnome-ee3c1deff5a874a633f3823f7245499dc35c2374.zip |
Fix build on -CURRENT.
Diffstat (limited to 'net/gnomeicu')
-rw-r--r-- | net/gnomeicu/gnomeicu/files/patch-src::gnomeicu-client.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/gnomeicu/gnomeicu/files/patch-src::gnomeicu-client.c b/net/gnomeicu/gnomeicu/files/patch-src::gnomeicu-client.c new file mode 100644 index 000000000000..c3a82000bfca --- /dev/null +++ b/net/gnomeicu/gnomeicu/files/patch-src::gnomeicu-client.c @@ -0,0 +1,13 @@ +--- src/gnomeicu-client.c.orig Sun Sep 29 14:59:15 2002 ++++ src/gnomeicu-client.c Sun Sep 29 14:59:25 2002 +@@ -17,9 +17,9 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <sys/stat.h> +-#include <sys/types.h> + #include <sys/un.h> + #include <unistd.h> + |