Преглед на файлове

Add stdint.h to the check unit test header

It seems that the check.h header misses some includes, specifically intmax.h
Matt Clarkson преди 10 години
родител
ревизия
f22a8283e7
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      test/civetweb_check.h

+ 1 - 0
test/civetweb_check.h

@@ -33,6 +33,7 @@
 /* Unreferenced formal parameter. START_TEST has _i */
 #pragma warning(disable: 4100)
 #endif
+#include <stdint.h>
 #include <check.h>
 #ifdef __clang__
 #pragma clang diagnostic pop