summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2010-03-31 20:56:31 +0200
committerThomas Habets <thomas@habets.pp.se>2010-03-31 20:56:31 +0200
commitf1cde4557735dc4c025c1e167c9ffa0c808490b1 (patch)
tree06fb10fe3daf9b45d0a8cd935e539f97a178bedd
parentd6d083adfd63545af94396666e19617649c75eb9 (diff)
downloadarping-f1cde4557735dc4c025c1e167c9ffa0c808490b1.tar.gz
include poll.h
-rw-r--r--src/arping.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arping.c b/src/arping.c
index 11874a7..bf6b8ee 100644
--- a/src/arping.c
+++ b/src/arping.c
@@ -37,6 +37,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <poll.h>
#if HAVE_UNISTD_H
#include <unistd.h>