Imported Upstream version 2.7
[debian/cpmtools] / getopt.c
index 8aa943f967465cac73c1cf863be0f1120a85d438..7719875600a112697820956ddd9f0cb95792955d 100644 (file)
--- a/getopt.c
+++ b/getopt.c
@@ -34,6 +34,10 @@ USA.  */
 #include "config.h"
 #endif
 
+#ifdef USE_DMALLOC
+#include <dmalloc.h>
+#endif
+
 #if !defined (__STDC__) || !__STDC__
 /* This is a separate conditional since some stdc systems
    reject `defined (const)'.  */