Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blobmsg-example.c')
-rw-r--r--examples/blobmsg-example.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/blobmsg-example.c b/examples/blobmsg-example.c
index 69ddce8..01b0518 100644
--- a/examples/blobmsg-example.c
+++ b/examples/blobmsg-example.c
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <inttypes.h>
#include "blobmsg.h"
#include "blobmsg_json.h"