summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/SOCK_Dgram_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/SOCK_Dgram_Test.cpp b/tests/SOCK_Dgram_Test.cpp
index b920b1ab5f5..3f600b18ef2 100644
--- a/tests/SOCK_Dgram_Test.cpp
+++ b/tests/SOCK_Dgram_Test.cpp
@@ -24,6 +24,8 @@
#include "ace/Thread_Manager.h"
#include "ace/SOCK_Dgram.h"
#include "ace/Log_Msg.h"
+#include "ace/Time_Value.h"
+#include "ace/OS_NS_unistd.h"
#define SERVER_PORT 20000
#define TEST_DATA ACE_TEXT ("UDP Open Test")