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 {