diff options
author | Andrej Krpic <ak77@tnode.com> | 2015-09-23 23:33:57 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-24 11:11:43 +0200 |
commit | 1f786a55f9ad8d88a1e8322d0d363ab0602bdeb6 (patch) | |
tree | efa27c214315ddd0569b9f5eeaa835e88db2da8d /file.c | |
parent | 993cace15114a0f06f720f34a4748ab54b695f0d (diff) |
uhttpd: fix wrong header file inclusion for PRI* constant definitions
Signed-off-by: Andrej Krpic <ak77@tnode.com>
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ #include <time.h> #include <strings.h> #include <dirent.h> -#include <stdint.h> +#include <inttypes.h> #include <libubox/blobmsg.h> |