summaryrefslogtreecommitdiff
path: root/testing/DHT_test.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-01 00:33:20 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-01 16:35:46 +0100
commit77db27331eb326615395fa59f3741424f85887bb (patch)
tree233270b558c30f9a045e30e09c2d5681c800a139 /testing/DHT_test.c
parentad135181531e567255c314593984d16cdb839eba (diff)
Sort #includes in all source files.
Diffstat (limited to 'testing/DHT_test.c')
-rw-r--r--testing/DHT_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/DHT_test.c b/testing/DHT_test.c
index cd3ff5f7..e782d765 100644
--- a/testing/DHT_test.c
+++ b/testing/DHT_test.c
@@ -44,8 +44,8 @@
44#define c_sleep(x) Sleep(1*x) 44#define c_sleep(x) Sleep(1*x)
45 45
46#else 46#else
47#include <unistd.h>
48#include <arpa/inet.h> 47#include <arpa/inet.h>
48#include <unistd.h>
49#define c_sleep(x) usleep(1000*x) 49#define c_sleep(x) usleep(1000*x)
50 50
51#endif 51#endif