X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=uci.c;h=d0f76c4afcd67f30dfedef21bc051733bebf0ad6;hb=190e31d9e5c632b7f756efb8851dd9ef14b2d97d;hp=f02507f1df2b2fc9e999d89b2003ef80b92fae8b;hpb=3512e2a362ede1907c75f89e3d6f5945414b46a5;p=xboard.git diff --git a/uci.c b/uci.c index f02507f..d0f76c4 100644 --- a/uci.c +++ b/uci.c @@ -24,7 +24,10 @@ */ #include #include -#include + +#if HAVE_MALLOC_H + #include +#endif #ifdef WIN32 // [HGM] this was probably a Windows-specific constant. Needs to be defined here now I