diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-14 18:37:18 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-14 18:37:18 +0000 |
commit | 9163588bf8d6b0c5637da1757f8a8dae5681eb9e (patch) | |
tree | 67446ddab8f070051d057a4852f8f6e48305fc32 /performance-tests | |
parent | 10f511b044f29ef94fcb9c0a025d991c327014b0 (diff) | |
download | ATCD-9163588bf8d6b0c5637da1757f8a8dae5681eb9e.tar.gz |
ChangeLogTag: Mon Jun 14 18:37:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/UDP/udp_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/performance-tests/UDP/udp_test.cpp b/performance-tests/UDP/udp_test.cpp index 47126bd0e41..93b86f8385c 100644 --- a/performance-tests/UDP/udp_test.cpp +++ b/performance-tests/UDP/udp_test.cpp @@ -28,6 +28,8 @@ #include "ace/OS_NS_arpa_inet.h" #include "ace/OS_NS_string.h" #include "ace/os_include/os_netdb.h" +#include "ace/OS_NS_unistd.h" + // FUZZ: disable check_for_math_include #include <math.h> |