assert.h is needed when DEBUG is defined.

This commit is contained in:
willy tarreau 2006-03-19 19:32:29 +01:00
parent e4c2e10a98
commit 779dc897e7

View File

@ -81,6 +81,10 @@
#endif
#endif
#ifdef DEBUG_FULL
#include <assert.h>
#endif
#include "include/appsession.h"
#define HAPROXY_VERSION "1.2.9"