aboutsummaryrefslogtreecommitdiffstats
path: root/src/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/string.c b/src/string.c
index 6e0edcd8..b00be2fa 100644
--- a/src/string.c
+++ b/src/string.c
@@ -14,10 +14,14 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "string.h"
+
#include "serd_internal.h"
#include "string_utils.h"
#include <math.h>
+#include <stdlib.h>
+#include <string.h>
void
serd_free(void* ptr)