aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.c')
-rw-r--r--src/socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.c b/src/socket.c
index 48c0d00..8e3d37a 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -1,4 +1,5 @@
#include <arpa/inet.h>
+#include <errno.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/types.h>