X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=getopt.c;fp=getopt.c;h=7719875600a112697820956ddd9f0cb95792955d;hb=224b4e6d27a3af235500d9d8028ddbd3a60af7ed;hp=8aa943f967465cac73c1cf863be0f1120a85d438;hpb=9d1b9d0a2b6515be3cec895654af126aaddd21b3;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)'. */