From 11ee726446efc728e4750fbabadfec40377be59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Thu, 2 Feb 2017 23:46:51 +0100 Subject: [PATCH] include "config.h" (to pick up strncasecmp() if it's defined as a macro) --- tags.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tags.c b/tags.c index 792ef92..7e7e15f 100644 --- a/tags.c +++ b/tags.c @@ -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"