|  | @@ -33,13 +33,14 @@
 | 
	
		
			
				|  |  |  #undef MEMORY_DEBUGGING
 | 
	
		
			
				|  |  |  #endif
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +#include <stdlib.h>
 | 
	
		
			
				|  |  | +#include <time.h>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  #define USE_TIMERS
 | 
	
		
			
				|  |  | -#define CIVETWEB_API static
 | 
	
		
			
				|  |  | +//#define CIVETWEB_API static
 | 
	
		
			
				|  |  |  #include "../include/civetweb.h"
 | 
	
		
			
				|  |  |  #include "../src/civetweb.c"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -#include <stdlib.h>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  #include "private.h"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /* This unit test file uses the excellent Check unit testing library.
 |