From 6af72bed6539a77d1332260fe16c7d54c4e73725 Mon Sep 17 00:00:00 2001 From: chris <> Date: Fri, 19 Mar 2004 15:55:30 +0000 Subject: [PATCH] "" --- options.c | 1 + 1 file changed, 1 insertion(+) 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))