fix missing include

This commit is contained in:
root 2019-06-18 23:19:09 +03:00
parent 8a5ae0b6cf
commit e8b07e93a4

View File

@ -19,6 +19,8 @@
#include <stdint.h>
#include <stdlib.h>
#include <string/stdstring.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif