瀏覽代碼

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