From 01bc88aa53151dd36a31c5628b13830c9a2e49d0 Mon Sep 17 00:00:00 2001 From: Thomas Habets Date: Wed, 30 Sep 2009 23:39:39 +0200 Subject: findif_other compile fix --- src/findif_other.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/findif_other.c b/src/findif_other.c index f402e73..83cebfe 100644 --- a/src/findif_other.c +++ b/src/findif_other.c @@ -16,13 +16,14 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#if HAVE_CONFIG_H +#include "config.h" +#endif #include #include -#if HAVE_STDINT_H -#include -#endif +#include "arping.h" /** * -- cgit v1.2.1