diff options
| author | Roy Marples <roy@marples.name> | 2009-07-29 08:59:52 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-07-29 08:59:52 +0000 |
| commit | 0593a31e53921ac55e6766876369a4d4664e641e (patch) | |
| tree | 43ddbf69551692f12d5b3e73eaf1f0c51b1cfb24 | |
| parent | f60607509b6373054f0cd8948d47a438e0e3c1d7 (diff) | |
| download | dhcpcd-0593a31e53921ac55e6766876369a4d4664e641e.tar.xz | |
Include sys/types.h to compile on NetBSD-4
| -rw-r--r-- | if-pref.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ * SUCH DAMAGE. */ +#include <sys/types.h> + #include "config.h" #include "dhcpcd.h" #include "if-pref.h" |
