projects
/
project
/
uhttpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
993cace
)
uhttpd: fix wrong header file inclusion for PRI* constant definitions
author
Andrej Krpic
<ak77@tnode.com>
Wed, 23 Sep 2015 21:33:57 +0000
(23:33 +0200)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/file.c
b/file.c
index 607282518a5b569138a0058d809da40878e496a0..9a2880f8f1aacad04ef9d2f9d7e9231e6ca88f0b 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>