From 75c0e2f371a9e0e8a3ca90675ec2d9692f9ad7da Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 15 Jan 2017 17:59:21 +0100 Subject: [PATCH] utils.h: #include as we use fprintf() Change-Id: I911c7f4bcadde414ce0b384e13a3a9a4a953e2fb --- include/osmocom/core/utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osmocom/core/utils.h b/include/osmocom/core/utils.h index 41bbc2799..d9c3097fb 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 +#include /*! \brief A mapping between human-readable string and numeric value */ struct value_string {