]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Need this header for strtoi.
authorRoy Marples <roy@marples.name>
Thu, 21 Jul 2016 08:40:43 +0000 (08:40 +0000)
committerRoy Marples <roy@marples.name>
Thu, 21 Jul 2016 08:40:43 +0000 (08:40 +0000)
if.c

diff --git a/if.c b/if.c
index 65cd00a3778d0050ba94ad7606ef96ea9608584a..c4a095e55d21c5faa3f204f4503e0fac97375fc8 100644 (file)
--- a/if.c
+++ b/if.c
@@ -51,6 +51,7 @@
 #include <ctype.h>
 #include <errno.h>
 #include <ifaddrs.h>
+#include <inttypes.h>
 #include <fnmatch.h>
 #include <stddef.h>
 #include <stdio.h>