diff options
| author | Roy Marples <roy@marples.name> | 2006-12-14 23:17:27 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2006-12-14 23:17:27 +0000 |
| commit | 262fe7db607e2fe9b7a20d8b8b32760fe4b0d32f (patch) | |
| tree | 54f1ff1b4b4b60743b5ad05fa9a469f6080292d6 /interface.h | |
| parent | fb4477f477d1faa60759f2b94e29c12999e1db49 (diff) | |
| download | dhcpcd-262fe7db607e2fe9b7a20d8b8b32760fe4b0d32f.tar.xz | |
Add loads of debugging CFLAGS so we can remove all compiler warnings
Diffstat (limited to 'interface.h')
| -rw-r--r-- | interface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/interface.h b/interface.h index 8b855459..0ba4b892 100644 --- a/interface.h +++ b/interface.h @@ -23,10 +23,11 @@ #define INTERFACE_H #include <sys/types.h> +#include <sys/param.h> #include <sys/socket.h> #include <net/if.h> -#include <netinet/if_ether.h> #include <netinet/in.h> +#include <netinet/if_ether.h> #include <limits.h> #include <stdbool.h> |
