Explorar el Código

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

bel2125 hace 4 años
padre
commit
2538082bd1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
+#include <stdlib.h>
 #define DEBUG_ASSERT(cond)                                                     \
 	do {                                                                       \
 		if (!(cond)) {                                                         \