From 7d53597331a91897c4ec307e3c8c689afed60f69 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Mon, 20 Aug 2007 20:13:56 +0000 Subject: [PATCH] Replace the incorrectly commented out file prototypes.h with misc.h. --- src/lib/w32/posixio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/w32/posixio.c b/src/lib/w32/posixio.c index 995f237e..f516ad4f 100644 --- a/src/lib/w32/posixio.c +++ b/src/lib/w32/posixio.c @@ -56,7 +56,7 @@ #include "unistd.h" #include "sys/uio.h" -//#include "prototypes.h" +#include "misc.h" /* * FD_SETSIZE is the size for the maximum number of sockets.