Changeset - 49a8e39f40db
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-07-12 20:57:47
ohnobinki@ohnopublishing.net
added include to get abort()
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -28,12 +28,13 @@
 

	
 

	
 
#include "execio.h"
 
#include "options.h"
 
#include <confuse.h>
 
#include <stdio.h>
 
#include <stdlib.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)