瀏覽代碼

Unit test linker broken - why?

bel 8 年之前
父節點
當前提交
1c1ebe2319
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      test/private.c

+ 3 - 3
test/private.c

@@ -33,15 +33,15 @@
 #undef MEMORY_DEBUGGING
 #undef MEMORY_DEBUGGING
 #endif
 #endif
 
 
-#include <stdlib.h>
-#include <time.h>
-
 //#define CIVETWEB_API static
 //#define CIVETWEB_API static
 //#include "../include/civetweb.h"
 //#include "../include/civetweb.h"
 #include "../src/civetweb.c"
 #include "../src/civetweb.c"
 
 
 #include "private.h"
 #include "private.h"
 
 
+#include <stdlib.h>
+#include <time.h>
+
 /* This unit test file uses the excellent Check unit testing library.
 /* This unit test file uses the excellent Check unit testing library.
  * The API documentation is available here:
  * The API documentation is available here:
  * http://check.sourceforge.net/doc/check_html/index.html
  * http://check.sourceforge.net/doc/check_html/index.html