mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-24 11:23:14 -04:00
assert.h is needed when DEBUG is defined.
This commit is contained in:
parent
e4c2e10a98
commit
779dc897e7
1 changed files with 4 additions and 0 deletions
|
|
@ -81,6 +81,10 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_FULL
|
||||
#include <assert.h>
|
||||
#endif
|
||||
|
||||
#include "include/appsession.h"
|
||||
|
||||
#define HAPROXY_VERSION "1.2.9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue