Changeset - 1b8c96d2c943
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-09-18 00:34:20
ohnobinki@ohnopublishing.net
fixed #include of asprintf.h
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -22,13 +22,13 @@
 

	
 
#include "execio.h"
 
#include "options.h"
 
#include "distrenjob.h"
 
#include "protocol.h"
 
#include "slavefuncs.h"
 
#include "asprintf.c"
 
#include "asprintf.h"
 

	
 
#include <confuse.h>
 
#include <stdio.h>
 
#include <stdlib.h>
 
#include <malloc.h>
 
#include <unistd.h> /* getopt */
0 comments (0 inline, 0 general)