Changeset - 4321e7d83db8
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-07-25 00:59:30
ohnobinki@ohnopublishing.net
fixed remoteio compile error
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/common/remoteio.c
Show inline comments
 
@@ -15,13 +15,13 @@
 

	
 
  You should have received a copy of the GNU Affero General Public License
 
  along with DistRen.  If not, see <http://www.gnu.org/licenses/>.
 

	
 
*/
 

	
 
#include "remoteio.h"
 
#include "libremoteio.h"
 
#include "execio.h"
 

	
 
#include <stdlib.h>
 
#include <stdio.h>
 

	
 
int remoteio_open(struct remoteio **rem, struct remoteio_opts *opts, char *servername)
0 comments (0 inline, 0 general)