From: willy tarreau Date: Sun, 19 Mar 2006 18:32:29 +0000 (+0100) Subject: assert.h is needed when DEBUG is defined. X-Git-Tag: v1.2.10~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=779dc897e7877e70b9e4fc4c6535218a931eef46;p=thirdparty%2Fhaproxy.git assert.h is needed when DEBUG is defined. --- diff --git a/haproxy.c b/haproxy.c index 21db8b2640..cc83f93c3a 100644 --- a/haproxy.c +++ b/haproxy.c @@ -81,6 +81,10 @@ #endif #endif +#ifdef DEBUG_FULL +#include +#endif + #include "include/appsession.h" #define HAPROXY_VERSION "1.2.9"