Selaa lähdekoodia

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

bel2125 4 vuotta sitten
vanhempi
commit
2538082bd1
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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)) {                                                         \