From 8027a25016d811be460a94cd644ba2f3380d6bc6 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 7 Apr 2011 21:31:58 +0200 Subject: [PATCH] Fix include issue in windows. --- strl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/strl.h b/strl.h index c51f673c7f..a3ad3639db 100644 --- a/strl.h +++ b/strl.h @@ -20,7 +20,10 @@ #include #include + +#ifdef HAVE_CONFIG #include "config.h" +#endif #ifndef HAVE_STRL // Avoid possible naming collitions during link since we prefer to use the actual name.