This commit is contained in:
chris
2004-03-19 15:55:30 +00:00
parent bddf997a7a
commit 6af72bed65

View File

@@ -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))