summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2009-09-30 23:39:39 +0200
committerThomas Habets <thomas@habets.pp.se>2009-09-30 23:39:39 +0200
commit01bc88aa53151dd36a31c5628b13830c9a2e49d0 (patch)
treea7f5450e8a2dbedbc23a10dae11ae8dd28e66c1f
parentd677d9e6ad17624667947d4f02593a006322a9a6 (diff)
downloadarping-01bc88aa53151dd36a31c5628b13830c9a2e49d0.tar.gz
findif_other compile fix
-rw-r--r--src/findif_other.c7
1 files 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 <stdio.h>
#include <string.h>
-#if HAVE_STDINT_H
-#include <stdint.h>
-#endif
+#include "arping.h"
/**
*