Browse Source

Try to fix linkage for unit test environment

bel 8 years ago
parent
commit
08450f6b77
1 changed files with 1 additions and 2 deletions
  1. 1 2
      test/private.c

+ 1 - 2
test/private.c

@@ -36,9 +36,8 @@
 #include <stdlib.h>
 #include <time.h>
 
-#define USE_TIMERS
 //#define CIVETWEB_API static
-#include "../include/civetweb.h"
+//#include "../include/civetweb.h"
 #include "../src/civetweb.c"
 
 #include "private.h"