Browse Source

Merge branch 'master' of https://github.com/civetweb/civetweb

bel2125 4 years ago
parent
commit
2538082bd1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/civetweb.c

+ 1 - 0
src/civetweb.c

@@ -248,6 +248,7 @@ static void DEBUG_TRACE_FUNC(const char *func,
 
 
 #if !defined(DEBUG_ASSERT)
 #if !defined(DEBUG_ASSERT)
 #if defined(DEBUG)
 #if defined(DEBUG)
+#include <stdlib.h>
 #define DEBUG_ASSERT(cond)                                                     \
 #define DEBUG_ASSERT(cond)                                                     \
 	do {                                                                       \
 	do {                                                                       \
 		if (!(cond)) {                                                         \
 		if (!(cond)) {                                                         \