diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-12 19:28:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-12 19:28:35 +0000 |
commit | d1a1777abde4ddde8ddb421715bf111c1771cc33 (patch) | |
tree | 894e8f72ce1d0c0ce6d442c192dd4fb6afc86552 /net/gnomeicu2 | |
parent | 786c5d1aae85d4a4cffd378537fcb4bc189865de (diff) | |
download | ports-d1a1777abde4ddde8ddb421715bf111c1771cc33.tar.gz ports-d1a1777abde4ddde8ddb421715bf111c1771cc33.zip |
Notes
Diffstat (limited to 'net/gnomeicu2')
-rw-r--r-- | net/gnomeicu2/files/patch-src::gnomeicu-client.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/gnomeicu2/files/patch-src::gnomeicu-client.c b/net/gnomeicu2/files/patch-src::gnomeicu-client.c new file mode 100644 index 000000000000..c3a82000bfca --- /dev/null +++ b/net/gnomeicu2/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> + |