From d2b05e00e9301887e7d81d722b10e5b7cd61b14b Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Sun, 4 Mar 2001 08:40:43 +0000 Subject: [PATCH] Fix error building with dmalloc support. SVN revision: 4309 --- src/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common.h b/src/common.h index e4fcf2f..75d58a7 100644 --- a/src/common.h +++ b/src/common.h @@ -5,6 +5,7 @@ #include #include #include +#include #ifdef WITH_DMALLOC # include #endif