]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix warnings by including the strtoi header.
authorRoy Marples <roy@marples.name>
Wed, 22 Mar 2017 15:34:06 +0000 (15:34 +0000)
committerRoy Marples <roy@marples.name>
Wed, 22 Mar 2017 15:34:06 +0000 (15:34 +0000)
compat/strtoi.c
compat/strtou.c

index e1cd972c0c330465d77e1277ec49f48151d337a9..e472a1c1e39ed49b604d5de4c465d8d4795110bd 100644 (file)
@@ -54,6 +54,8 @@
 #include <inttypes.h>
 #endif
 
+#include "strtoi.h"
+
 #define        _FUNCNAME       strtoi
 #define        __TYPE          intmax_t
 #define        __WRAPPED       strtoimax
index 363c6179372dbafb815a44e0e0c058925e52a3f7..ea1adf4bbe6ccbc712cf280d9b873e316fca92d7 100644 (file)
@@ -54,6 +54,8 @@
 #include <inttypes.h>
 #endif
 
+#include "strtoi.h"
+
 #define        _FUNCNAME       strtou
 #define        __TYPE          uintmax_t
 #define        __WRAPPED       strtoumax