summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-06-13 05:38:19 -0400
committerirungentoo <irungentoo@gmail.com>2014-06-13 05:38:19 -0400
commitc49d74a12514c3a95fc1db99e389764fc8a7baaf (patch)
tree7f712169b4c07fc2cfb2df72c2b854da7a352e3c /testing
parenta0d50a6090c4803a4c3fb794881aa9d282ea5fd5 (diff)
Attempt fix of tox_sync not building on some systems.
Diffstat (limited to 'testing')
-rw-r--r--testing/tox_sync.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/tox_sync.c b/testing/tox_sync.c
index 349f84d9..68cad9f4 100644
--- a/testing/tox_sync.c
+++ b/testing/tox_sync.c
@@ -40,6 +40,8 @@
40 40
41#include <dirent.h> 41#include <dirent.h>
42#include <stdio.h> 42#include <stdio.h>
43#include <netinet/in.h>
44#include <arpa/inet.h>
43 45
44#define NUM_FILE_SENDERS 256 46#define NUM_FILE_SENDERS 256
45typedef struct { 47typedef struct {