Browse Source

Unit test linker broken - why?

bel 8 năm trước cách đây
mục cha
commit
1c1ebe2319
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      test/private.c

+ 3 - 3
test/private.c

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