Fix error building with dmalloc support.

SVN revision: 4309
This commit is contained in:
Michael Jennings 2001-03-04 08:40:43 +00:00
parent 76b69f298e
commit d2b05e00e9
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <config.h>
#include <string.h>
#ifdef WITH_DMALLOC
# include <dmalloc.h>
#endif