diff options
| author | Roy Marples <roy@marples.name> | 2013-05-31 14:24:46 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2013-05-31 14:24:46 +0000 |
| commit | 452cf0149739f41573dc69bb9788f86ef9ff6d67 (patch) | |
| tree | c96742da9f640766f3ad20d33fef148fdd988265 /ipv6.c | |
| parent | be2aae010d75d08135583a0388d8ce1c82e99370 (diff) | |
| download | dhcpcd-452cf0149739f41573dc69bb9788f86ef9ff6d67.tar.xz | |
Fix compile on Linux.
Diffstat (limited to 'ipv6.c')
| -rw-r--r-- | ipv6.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ #include <errno.h> #include <ifaddrs.h> +#include <inttypes.h> #include <stdlib.h> #include <string.h> #include <syslog.h> |
