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