summaryrefslogtreecommitdiffstats
path: root/arp.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-07 20:59:52 +0000
committerRoy Marples <roy@marples.name>2007-11-07 20:59:52 +0000
commit348016d0ac49d1252d523c362940a2aa1e7e4e2f (patch)
treec6ca82df95d3741138340b804a4c20e18d54abf5 /arp.c
parent6557f5cc3ec255bc213a2bd65dca9577ffa8454a (diff)
downloaddhcpcd-348016d0ac49d1252d523c362940a2aa1e7e4e2f.tar.xz
timeval defines seconds as long, so we should use long over time_t
Diffstat (limited to 'arp.c')
-rw-r--r--arp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arp.c b/arp.c
index f6624026..3d446a71 100644
--- a/arp.c
+++ b/arp.c
@@ -5,6 +5,7 @@
* Distributed under the terms of the GNU General Public License v2
*/
+#include <sys/time.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/select.h>