aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-06 21:07:58 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-06 21:07:58 +0000
commit30f8fb14df1478e18c74aa6aee6365a2b250c8ef (patch)
tree1a8e44d2650b0743a5e1bf2e76a916c7c1203ba0 /wsutil
parent32efaf8ac96169c49d0b0c7bdd23e0d8a14af321 (diff)
Undo r52382 for this file: We use a different solution on Windows
svn path=/trunk/; revision=52422
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/strncasecmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/strncasecmp.c b/wsutil/strncasecmp.c
index 7b49da2d6e..13474bb67e 100644
--- a/wsutil/strncasecmp.c
+++ b/wsutil/strncasecmp.c
@@ -19,6 +19,7 @@
not, write to the Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA 02110-1301 USA. */
+#include <ansidecl.h>
#include <string.h>
#include <ctype.h>