diff options
Diffstat (limited to 'src/string.c')
-rw-r--r-- | src/string.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/string.c b/src/string.c index 783d2b3f..0ab6cb4a 100644 --- a/src/string.c +++ b/src/string.c @@ -14,12 +14,14 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "serd_internal.h" - -#include <math.h> +#include "string.h" #include "string_utils.h" +#include <math.h> +#include <stdlib.h> +#include <string.h> + const char* serd_strerror(SerdStatus status) { |