From 779dc897e7877e70b9e4fc4c6535218a931eef46 Mon Sep 17 00:00:00 2001 From: willy tarreau Date: Sun, 19 Mar 2006 19:32:29 +0100 Subject: [PATCH] assert.h is needed when DEBUG is defined. --- haproxy.c | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.47.3