diff options
| author | Roy Marples <roy@marples.name> | 2016-07-21 08:40:43 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-07-21 08:40:43 +0000 |
| commit | 63051c44e9539dcb76ebec80f239c641b488524e (patch) | |
| tree | 54caddc8c457fb5e2199fbcd4fe1d7b6d3399d79 /if.c | |
| parent | df56fd2e3088f126151a9a43a68f0c9d14c13728 (diff) | |
| download | dhcpcd-63051c44e9539dcb76ebec80f239c641b488524e.tar.xz | |
Need this header for strtoi.
Diffstat (limited to 'if.c')
| -rw-r--r-- | if.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
