aboutgitcodebugslistschat
path: root/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcp.c')
-rw-r--r--tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcp.c b/tcp.c
index 0d0ad13..3bfcb1c 100644
--- a/tcp.c
+++ b/tcp.c
@@ -267,6 +267,7 @@
#include <sched.h>
#include <fcntl.h>
#include <stdio.h>
+#include <unistd.h>
#include <signal.h>
#include <stdlib.h>
#include <errno.h>
@@ -287,7 +288,6 @@
#include <sys/timerfd.h>
#include <sys/types.h>
#include <sys/uio.h>
-#include <unistd.h>
#include <time.h>
#include <linux/tcp.h> /* For struct tcp_info */