Add missing header include

This commit is contained in:
twinaphex 2019-06-18 22:46:20 +02:00
parent 6753bfcf9c
commit d63f4afc57

View File

@ -15,6 +15,9 @@
*/
#include <stdlib.h>
#include <string/stdstring.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif