Changeset - 4511fa3bd768
[Not reviewed]
default
0 1 0
NEO - 16 years ago 2009-07-12 14:51:50

added \"#include <time.h>\" to allow the clock() function and clock_t variable to work
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -33,6 +33,7 @@
 
#include <stdio.h>
 
#include <malloc.h>
 
#include <unistd.h> /* getopt */
 
#include <time.h>
 

	
 

	
 
#define MAX_BLENDJOBS 100 // maximum number of stored jobs in memory, per job type (lux/blend). Eventually we can dump this data to disk, or atleast the remainder not in memory...
0 comments (0 inline, 0 general)