summaryrefslogtreecommitdiffstats
path: root/ax25ipd/bpqether.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25ipd/bpqether.c')
-rw-r--r--ax25ipd/bpqether.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/ax25ipd/bpqether.c b/ax25ipd/bpqether.c
index 21596ca..0b0b57f 100644
--- a/ax25ipd/bpqether.c
+++ b/ax25ipd/bpqether.c
@@ -5,16 +5,17 @@
* License: GPL
*/
-#include <sys/types.h>
-
#include <errno.h>
#include <fcntl.h>
+#include <limits.h>
#include <stdio.h>
+#include <string.h>
+#include <syslog.h>
+#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/stat.h>
-#include <unistd.h>
-#include <syslog.h>
+#include <sys/types.h>
#ifdef linux