aboutsummaryrefslogtreecommitdiffstats
path: root/src/runesc.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-07 19:13:25 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-07 19:13:25 -0400
commit031c4891b0be5abaa4ce86c9cad45388c11f9293 (patch)
treedcd317338053492c052478d6acf85997faad0e30 /src/runesc.c
parent1b56c9340343dac2f59d8d39cee11c70cb4c7f7c (diff)
downloadrunes-031c4891b0be5abaa4ce86c9cad45388c11f9293.tar.gz
runes-031c4891b0be5abaa4ce86c9cad45388c11f9293.zip
use pointer indirection to separate source files even more
Diffstat (limited to 'src/runesc.c')
-rw-r--r--src/runesc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runesc.c b/src/runesc.c
index 51ea1f3..6abfac8 100644
--- a/src/runesc.c
+++ b/src/runesc.c
@@ -1,5 +1,6 @@
#include <arpa/inet.h>
#include <errno.h>
+#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
@@ -7,6 +8,7 @@
#include <sys/un.h>
#include "runes.h"
+
#include "socket.h"
static int runes_socket_open_client(char *name);