Changeset - 1a3a33feac5c
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-07-31 23:35:13
ohnobinki@ohnopublishing.net
added missing include
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/slavefuncs.c
Show inline comments
 
@@ -18,12 +18,14 @@
 
*/
 

	
 
 /*
 
  * Registration on server. Needs attention. Prevent account spamming.
 
  * distrenslave -c username email@example.com
 
 */
 

	
 
#include "slavefuncs.h"
 
#include "blendjob.h"
 
#include "execio.h"
 

	
 
#include <stdio.h>
 
#include <string.h>
 
#include <unistd.h>
0 comments (0 inline, 0 general)