diff options
author | chris <> | 2004-03-19 15:55:30 +0000 |
---|---|---|
committer | chris <> | 2004-03-19 15:55:30 +0000 |
commit | 6af72bed6539a77d1332260fe16c7d54c4e73725 (patch) | |
tree | d3028006542bd8ed3535f5fa2e2a0a356a734a7d | |
parent | bddf997a7a19e43c78a2ed336fc947fc1ccd38e8 (diff) | |
download | iftop-6af72bed6539a77d1332260fe16c7d54c4e73725.zip |
""
-rw-r--r-- | options.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |