Changeset - ff364005cc30
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-11-16 23:43:45
ohnobinki@ohnopublishing.net
fix #includes for read() and write()
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/common/remoteio.c
Show inline comments
 
@@ -22,10 +22,12 @@
 
#include "execio.h"
 
#include "asprintf.h"
 

	
 
#include <errno.h>
 
#include <stdlib.h>
 
#include <stdio.h>
 
#include <string.h>
 
#include <errno.h>
 
#include <unistd.h>
 

	
 
#ifndef WINDOWS
 
#include <sys/socket.h>
 
#include <sys/un.h>
0 comments (0 inline, 0 general)