X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=cpmrm.c;fp=cpmrm.c;h=e9353412510b93ff505b4971b99b2c8d7d68945b;hb=224b4e6d27a3af235500d9d8028ddbd3a60af7ed;hp=b88bdcab9f477618c245e91e73c96ad813af306d;hpb=9d1b9d0a2b6515be3cec895654af126aaddd21b3;p=debian%2Fcpmtools diff --git a/cpmrm.c b/cpmrm.c index b88bdca..e935341 100644 --- a/cpmrm.c +++ b/cpmrm.c @@ -1,12 +1,18 @@ /* #includes */ /*{{{C}}}*//*{{{*/ +#include "config.h" + #include #include #include #include #include -#include "config.h" + #include "getopt.h" #include "cpmfs.h" + +#ifdef USE_DMALLOC +#include +#endif /*}}}*/ const char cmd[]="cpmrm";