Code now builds in Win32 and tests pass. Example code seems to fail though, still tracking that down.

This commit is contained in:
Jack Moffitt
2005-06-15 05:17:07 +00:00
parent 17feefe78a
commit 0d311771bb
2 changed files with 6 additions and 0 deletions

View File

@@ -14,7 +14,10 @@
#include <stdio.h>
#include <string.h>
#ifndef _WIN32
#include <sys/select.h>
#endif
#include "sock.h"