X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=getopt.c;h=7719875600a112697820956ddd9f0cb95792955d;hb=116a20722323e7cbabdc5362332009ca24644d43;hp=8aa943f967465cac73c1cf863be0f1120a85d438;hpb=32087c67d53a8f8058b359388f23e2dbc9436d54;p=debian%2Fcpmtools diff --git a/getopt.c b/getopt.c index 8aa943f..7719875 100644 --- a/getopt.c +++ b/getopt.c @@ -34,6 +34,10 @@ USA. */ #include "config.h" #endif +#ifdef USE_DMALLOC +#include +#endif + #if !defined (__STDC__) || !__STDC__ /* This is a separate conditional since some stdc systems reject `defined (const)'. */