uhttpd: fix wrong header file inclusion for PRI* constant definitions
authorAndrej Krpic <ak77@tnode.com>
Wed, 23 Sep 2015 21:33:57 +0000 (23:33 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 24 Sep 2015 09:11:43 +0000 (11:11 +0200)
Signed-off-by: Andrej Krpic <ak77@tnode.com>
file.c

diff --git a/file.c b/file.c
index 6072825..9a2880f 100644 (file)
--- a/file.c
+++ b/file.c
@@ -26,7 +26,7 @@
 #include <time.h>
 #include <strings.h>
 #include <dirent.h>
-#include <stdint.h>
+#include <inttypes.h>
 
 #include <libubox/blobmsg.h>