diff mbox

[OpenWrt-Devel,1/1] uhttpd: fix wrong header file inclusion for PRI* constant definitions

Message ID 1443044037-2022-1-git-send-email-ak77@tnode.com
State Accepted
Headers show

Commit Message

Andrej Krpic Sept. 23, 2015, 9:33 p.m. UTC
Signed-off-by: Andrej Krpic <ak77@tnode.com>
---
 file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/file.c b/file.c
index 6072825..9a2880f 100644
--- 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>