summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-01 21:26:20 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-01 21:26:20 +0000
commit64b1e1a862fc257fe03efe14c9dc68274a4ee867 (patch)
tree4bba89dd9bf6a641e422414a58f66b98acc79947 /test.cpp
parent32fdd18f7efa899c582f4c6eaa92d304d5fe0fd4 (diff)
downloadcryptopp-64b1e1a862fc257fe03efe14c9dc68274a4ee867.tar.gz
add missing #include
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@85 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.cpp b/test.cpp
index 1309643..cc871d4 100644
--- a/test.cpp
+++ b/test.cpp
@@ -33,6 +33,7 @@
#ifdef USE_BERKELEY_STYLE_SOCKETS
#include <netinet/in.h>
+#include <netinet/tcp.h>
#endif
#if (_MSC_VER >= 1000)