include "config.h" (to pick up strncasecmp() if it's defined as a macro)

This commit is contained in:
Mateusz Łoskot
2017-02-02 23:52:26 +01:00
parent 5a35cd041e
commit 11ee726446
+2
View File
@@ -1,5 +1,7 @@
/* block-level tags for passing html blocks through the blender
*/
#include "config.h"
#define __WITHOUT_AMALLOC 1
#include "cstring.h"
#include "tags.h"