]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
assert.h is needed when DEBUG is defined.
authorwilly tarreau <willy@wtap.(none)>
Sun, 19 Mar 2006 18:32:29 +0000 (19:32 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sun, 19 Mar 2006 18:32:29 +0000 (19:32 +0100)
haproxy.c

index 21db8b264043ad67101c2366515f410d452681fe..cc83f93c3a81e539930e85943545d11bb9f88924 100644 (file)
--- a/haproxy.c
+++ b/haproxy.c
 #endif
 #endif
 
+#ifdef DEBUG_FULL
+#include <assert.h>
+#endif
+
 #include "include/appsession.h"
 
 #define HAPROXY_VERSION "1.2.9"