utils.h: #include <stdio.h> as we use fprintf()

Change-Id: I911c7f4bcadde414ce0b384e13a3a9a4a953e2fb
This commit is contained in:
Harald Welte 2017-01-15 17:59:21 +01:00
parent 44c0f63de6
commit 75c0e2f371
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#define OSMO_VALUE_STRING(x) { x, OSMO_STRINGIFY(x) } #define OSMO_VALUE_STRING(x) { x, OSMO_STRINGIFY(x) }
#include <stdint.h> #include <stdint.h>
#include <stdio.h>
/*! \brief A mapping between human-readable string and numeric value */ /*! \brief A mapping between human-readable string and numeric value */
struct value_string { struct value_string {