aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-01-15 17:59:21 +0100
committerHarald Welte <laforge@gnumonks.org>2017-01-23 12:20:33 +0000
commit75c0e2f371a9e0e8a3ca90675ec2d9692f9ad7da (patch)
tree1bb0dc0bca7b09e65947a4922ff778246f7328e7 /include/osmocom
parent44c0f63de64ffeaffff7429f3e5e474fe8dd5343 (diff)
utils.h: #include <stdio.h> as we use fprintf()
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/core/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/core/utils.h b/include/osmocom/core/utils.h
index 41bbc279..d9c3097f 100644
--- a/include/osmocom/core/utils.h
+++ b/include/osmocom/core/utils.h
@@ -21,6 +21,7 @@
#define OSMO_VALUE_STRING(x) { x, OSMO_STRINGIFY(x) }
#include <stdint.h>
+#include <stdio.h>
/*! \brief A mapping between human-readable string and numeric value */
struct value_string {