X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=uci.c;h=d0f76c4afcd67f30dfedef21bc051733bebf0ad6;hp=fe380ec67ce7cea1524deb9d904a2981aa786314;hb=d016fb202fe45795e630e22ba516e754cf694ea6;hpb=91d8e5853ca580769cc130aa6ea004869118d171 diff --git a/uci.c b/uci.c index fe380ec..d0f76c4 100644 --- a/uci.c +++ b/uci.c @@ -3,6 +3,8 @@ * * Author: Alessandro Scotti (Jan 2006) * + * Copyright 2006 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -22,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