diff options
Diffstat (limited to 'devel/libassa/files/patch-assa:INETAddress.cpp')
-rw-r--r-- | devel/libassa/files/patch-assa:INETAddress.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libassa/files/patch-assa:INETAddress.cpp b/devel/libassa/files/patch-assa:INETAddress.cpp new file mode 100644 index 000000000000..7f4de7d28d45 --- /dev/null +++ b/devel/libassa/files/patch-assa:INETAddress.cpp @@ -0,0 +1,10 @@ +--- assa/INETAddress.cpp.orig Thu Jan 22 23:53:34 2004 ++++ assa/INETAddress.cpp Thu Jan 22 23:53:45 2004 +@@ -14,6 +14,7 @@ + + #include <netdb.h> // gethostbyname(3) + extern int h_errno; // gethostbyname(3) ++#include <sys/types.h> + #include <sys/socket.h> // for AF_INET + #include <unistd.h> + #include <sys/utsname.h> |