include dmalloc
This commit is contained in:
parent
be7bfa24cd
commit
78d620897b
|
@ -46,6 +46,10 @@ static char copyright[] =
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef DMALLOC
|
||||
#include <dmalloc.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* close_mib2() - close MIB2 access
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue