diff options
| author | Roy Marples <roy@marples.name> | 2008-08-13 15:09:13 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-13 15:09:13 +0000 |
| commit | 7375b68c26a045bbb374b66c43d368e11c2c16e0 (patch) | |
| tree | 4c1042e81da8b17dd40a59c94b335ee38dbc537a /dhcpcd.c | |
| parent | 58d770fc587edce63df57d0567b9677773096c8d (diff) | |
| download | dhcpcd-7375b68c26a045bbb374b66c43d368e11c2c16e0.tar.xz | |
Scrub compile warnings on FreeBSD.
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ const char copyright[] = "Copyright (c) 2006-2008 Roy Marples"; #include <sys/file.h> +#include <sys/stat.h> #include <sys/types.h> #include <arpa/inet.h> |
