diff options
Diffstat (limited to 'devel/soup/files/patch-src::soup-core::soup-private.h')
-rw-r--r-- | devel/soup/files/patch-src::soup-core::soup-private.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/soup/files/patch-src::soup-core::soup-private.h b/devel/soup/files/patch-src::soup-core::soup-private.h new file mode 100644 index 000000000000..ad904e7531aa --- /dev/null +++ b/devel/soup/files/patch-src::soup-core::soup-private.h @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- src/soup-core/soup-private.h 2001/05/28 12:03:44 1.1 ++++ src/soup-core/soup-private.h 2001/05/28 12:05:03 +@@ -16,7 +16,10 @@ + #ifndef SOAP_PRIVATE_H + #define SOAP_PRIVATE_H 1 + ++#include <sys/types.h> ++#include <sys/socket.h> + #include <netinet/in.h> ++#include <arpa/inet.h> + + #include "soup-context.h" + #include "soup-server.h" |