commit | 779dc897e7877e70b9e4fc4c6535218a931eef46 | [log] [tgz] |
---|---|---|
author | willy tarreau <willy@wtap.(none)> | Sun Mar 19 19:32:29 2006 +0100 |
committer | willy tarreau <willy@wtap.(none)> | Sun Mar 19 19:32:29 2006 +0100 |
tree | ab4df48244bf23e920cd9b2f9b8dd64f1efb1714 | |
parent | e4c2e10a9852544989986e3f785a956321217c10 [diff] |
assert.h is needed when DEBUG is defined.
diff --git a/haproxy.c b/haproxy.c index 21db8b2..cc83f93 100644 --- a/haproxy.c +++ b/haproxy.c
@@ -81,6 +81,10 @@ #endif #endif +#ifdef DEBUG_FULL +#include <assert.h> +#endif + #include "include/appsession.h" #define HAPROXY_VERSION "1.2.9"