summaryrefslogtreecommitdiffstats
path: root/ax25ipd
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2008-12-21 10:19:02 +0000
committerThomas Osterried <thomas@osterried.de>2008-12-21 10:19:02 +0000
commitc16ef9c573dfb5e0c122133d6a93e7d3c9473584 (patch)
tree7644e822614f4fb85ece8426df58e4f6cddee9ff /ax25ipd
parent885896de6a658fdae7d3802684cb9b809b10a86f (diff)
PATH_MAX: linux include standard has changed.
now we need to include limits.h
Diffstat (limited to 'ax25ipd')
-rw-r--r--ax25ipd/bpqether.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ax25ipd/bpqether.c b/ax25ipd/bpqether.c
index bfb9acd..e384e05 100644
--- a/ax25ipd/bpqether.c
+++ b/ax25ipd/bpqether.c
@@ -1,4 +1,4 @@
-/* @(#) $Id: bpqether.c,v 1.3 2007/01/23 13:40:04 ralf Exp $ */
+/* @(#) $Id: bpqether.c,v 1.4 2008/12/21 10:19:02 dl9sau Exp $ */
extern int ttyfd;
/*
@@ -17,6 +17,7 @@ extern int ttyfd;
#include <sys/socket.h>
#include <sys/stat.h>
#include <unistd.h>
+#include <limits.h>
#include <syslog.h>
#ifdef linux