summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchris <>2004-03-19 15:55:30 +0000
committerchris <>2004-03-19 15:55:30 +0000
commit6af72bed6539a77d1332260fe16c7d54c4e73725 (patch)
treed3028006542bd8ed3535f5fa2e2a0a356a734a7d
parentbddf997a7a19e43c78a2ed336fc947fc1ccd38e8 (diff)
downloadiftop-6af72bed6539a77d1332260fe16c7d54c4e73725.zip
""
-rw-r--r--options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.c b/options.c
index ab97ac0..8f385de 100644
--- a/options.c
+++ b/options.c
@@ -22,6 +22,7 @@
#include "iftop.h"
#include "options.h"
#include "cfgfile.h"
+#include "integers.h"
#if !defined(HAVE_INET_ATON) && defined(HAVE_INET_PTON)
# define inet_aton(a, b) inet_pton(AF_INET, (a), (b))