Browse Source

Unit test linker broken - why?

bel 8 years ago
parent
commit
1c1ebe2319
1 changed files with 3 additions and 3 deletions
  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