diff --git a/include/osmocom/core/utils.h b/include/osmocom/core/utils.h index 10063cbb3..976d4a855 100644 --- a/include/osmocom/core/utils.h +++ b/include/osmocom/core/utils.h @@ -1,6 +1,8 @@ #pragma once #include +#include +#include #include #include @@ -30,9 +32,6 @@ /*! Copy a C-string into a sized buffer using sizeof to detect buffer's size */ #define OSMO_STRLCPY_ARRAY(array, src) osmo_strlcpy(array, src, sizeof(array)) -#include -#include - /*! A mapping between human-readable string and numeric value */ struct value_string { unsigned int value; /*!< numeric value */