Fix include issue in windows.

This commit is contained in:
Themaister 2011-04-07 21:31:58 +02:00
parent a1426c96f8
commit 8027a25016

3
strl.h
View File

@ -20,7 +20,10 @@
#include <string.h>
#include <stddef.h>
#ifdef HAVE_CONFIG
#include "config.h"
#endif
#ifndef HAVE_STRL
// Avoid possible naming collitions during link since we prefer to use the actual name.