diff options
Diffstat (limited to 'net/spserver/files/patch-spporting.hpp')
-rw-r--r-- | net/spserver/files/patch-spporting.hpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/spserver/files/patch-spporting.hpp b/net/spserver/files/patch-spporting.hpp new file mode 100644 index 00000000000..c2bac7b5a4a --- /dev/null +++ b/net/spserver/files/patch-spporting.hpp @@ -0,0 +1,16 @@ +--- spserver/spporting.hpp.orig 2008-04-19 20:33:45.000000000 +0800 ++++ spserver/spporting.hpp 2008-05-16 09:50:37.000000000 +0800 +@@ -12,11 +12,13 @@ + + #else + ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> + #include <netinet/tcp.h> + #include <syslog.h> ++#include <sys/uio.h> + #include <unistd.h> + #include <sys/time.h> + |