aboutsummaryrefslogtreecommitdiffstats
path: root/sgsnemu/ippool.c
diff options
context:
space:
mode:
authorjjako <jjako>2004-01-19 18:37:58 +0000
committerjjako <jjako>2004-01-19 18:37:58 +0000
commit06e9f125889471f27bb5fc415afaa1a9d703438a (patch)
tree848661cef6cdcc4efa5278a02c810b030f9df8a0 /sgsnemu/ippool.c
parente66a1ba8685cfe062cb0597b7f112a9e49ddd8c3 (diff)
FreeBSD porting and IMSI bugfix
Diffstat (limited to 'sgsnemu/ippool.c')
-rw-r--r--sgsnemu/ippool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sgsnemu/ippool.c b/sgsnemu/ippool.c
index 331306f..321824b 100644
--- a/sgsnemu/ippool.c
+++ b/sgsnemu/ippool.c
@@ -14,6 +14,7 @@
*
*/
+#include <sys/types.h>
#include <netinet/in.h> /* in_addr */
#include <stdlib.h> /* calloc */
#include <stdio.h> /* sscanf */