summaryrefslogtreecommitdiff
path: root/progs/xdemos/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/xdemos/ipc.c')
-rw-r--r--progs/xdemos/ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/ipc.c b/progs/xdemos/ipc.c
index fa52b09076..c872d1641a 100644
--- a/progs/xdemos/ipc.c
+++ b/progs/xdemos/ipc.c
@@ -27,12 +27,12 @@
#include <assert.h>
#include <stdio.h>
#include <string.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
-#include <sys/types.h>
#include <sys/socket.h>
#include "ipc.h"