diff options
Diffstat (limited to 'audio/gnump3d/files/patch-server.c')
-rw-r--r-- | audio/gnump3d/files/patch-server.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/gnump3d/files/patch-server.c b/audio/gnump3d/files/patch-server.c new file mode 100644 index 000000000000..d0541a2d2af7 --- /dev/null +++ b/audio/gnump3d/files/patch-server.c @@ -0,0 +1,10 @@ +--- src/server.c.orig Mon May 27 20:51:04 2002 ++++ src/server.c Mon May 27 20:51:22 2002 +@@ -32,6 +32,7 @@ + */ + + ++#include <sys/types.h> + #include <arpa/inet.h> + #include <ctype.h> + #include <netinet/in.h> |