summaryrefslogtreecommitdiffstats
path: root/if.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-07-21 08:40:43 +0000
committerRoy Marples <roy@marples.name>2016-07-21 08:40:43 +0000
commit63051c44e9539dcb76ebec80f239c641b488524e (patch)
tree54caddc8c457fb5e2199fbcd4fe1d7b6d3399d79 /if.c
parentdf56fd2e3088f126151a9a43a68f0c9d14c13728 (diff)
downloaddhcpcd-63051c44e9539dcb76ebec80f239c641b488524e.tar.xz
Need this header for strtoi.
Diffstat (limited to 'if.c')
-rw-r--r--if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/if.c b/if.c
index 65cd00a3..c4a095e5 100644
--- 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>