include dmalloc

This commit is contained in:
Doug MacEachern 2005-11-09 19:29:58 +00:00
parent be7bfa24cd
commit 78d620897b
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ static char copyright[] =
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#ifdef DMALLOC
#include <dmalloc.h>
#endif
/* /*
* close_mib2() - close MIB2 access * close_mib2() - close MIB2 access
* *