Merge pull request #8984 from asavah/fixinclude

fix missing include
This commit is contained in:
Twinaphex 2019-06-18 22:30:03 +02:00 committed by GitHub
commit 6753bfcf9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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