summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-06-19 19:09:57 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-06-19 19:09:57 +0000
commit91f4f6d49ab4d82046b36776c584545800f4d1f4 (patch)
tree9d2d9c200df0a6d64ecfe98ddee31c8b21cd6d54 /test.cpp
parent67af22a90a2f06da6417def0421fba6653a75987 (diff)
downloadcryptopp-91f4f6d49ab4d82046b36776c584545800f4d1f4.tar.gz
fixes/workarounds for GCC
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@83 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test.cpp b/test.cpp
index fafcb2d..1309643 100644
--- a/test.cpp
+++ b/test.cpp
@@ -31,6 +31,10 @@
#include <windows.h>
#endif
+#ifdef USE_BERKELEY_STYLE_SOCKETS
+#include <netinet/in.h>
+#endif
+
#if (_MSC_VER >= 1000)
#include <crtdbg.h> // for the debug heap
#endif