summaryrefslogtreecommitdiff
path: root/lcdgps.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcdgps.c')
-rw-r--r--lcdgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcdgps.c b/lcdgps.c
index 0fd56459..a89257cf 100644
--- a/lcdgps.c
+++ b/lcdgps.c
@@ -50,9 +50,9 @@
#include <string.h>
#include <math.h>
#include <errno.h>
-#include <signal.h>
#include <stdio.h>
#ifndef S_SPLINT_S
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <unistd.h>