summaryrefslogtreecommitdiffstats
path: root/ax25ipd/ax25ipd.h
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2009-04-22 21:22:01 +0000
committerThomas Osterried <thomas@osterried.de>2009-04-22 21:22:01 +0000
commit4c8bbc197653cd1ae37d1b9d80b62878979a2d33 (patch)
treec66a04f5e6554a07259ed65bd954199e159bee2a /ax25ipd/ax25ipd.h
parent58644ca24505c35a00969a98e3dd20108d54987b (diff)
Added some includes. This fixes compilation problems in gentoo,
and warnings.
Diffstat (limited to 'ax25ipd/ax25ipd.h')
-rw-r--r--ax25ipd/ax25ipd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ax25ipd/ax25ipd.h b/ax25ipd/ax25ipd.h
index 29ebb5e..df16141 100644
--- a/ax25ipd/ax25ipd.h
+++ b/ax25ipd/ax25ipd.h
@@ -58,6 +58,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <limits.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>