diff options
| author | Roy Marples <roy@marples.name> | 2007-11-07 20:59:52 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-11-07 20:59:52 +0000 |
| commit | 348016d0ac49d1252d523c362940a2aa1e7e4e2f (patch) | |
| tree | c6ca82df95d3741138340b804a4c20e18d54abf5 /arp.c | |
| parent | 6557f5cc3ec255bc213a2bd65dca9577ffa8454a (diff) | |
| download | dhcpcd-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
