diff options
| author | Roy Marples <roy@marples.name> | 2009-07-14 13:59:30 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-07-14 13:59:30 +0000 |
| commit | 5fff28a154f8d9a15afa695238a0412989335c1f (patch) | |
| tree | 2ccce60710881b2e7c15fd045aca3f58b1df0e82 /dhcpcd.c | |
| parent | 1e11fce587c1463e84899f2649ff40a83c9dbbe1 (diff) | |
| download | dhcpcd-5fff28a154f8d9a15afa695238a0412989335c1f.tar.xz | |
Replace the mk stubs with a autotools like configure script.
Split compat libc functions out into subdir.
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ const char copyright[] = "Copyright (c) 2006-2009 Roy Marples"; #include <sys/file.h> #include <sys/socket.h> #include <sys/stat.h> +#include <sys/time.h> #include <sys/types.h> #include <sys/uio.h> |
