DEVEL15-windows-ptserver-ubik-20090527

LICENSE MIT

move io.h inside AFS_NT40_ENV


(cherry picked from commit c1876dbf32b5c253b5325bf18a0bf2549b6c9682)
This commit is contained in:
Jeffrey Altman 2009-05-27 14:45:20 +00:00
parent 8dd724cb3b
commit 009ea894d5

View File

@ -7,12 +7,13 @@ RCSID
("$Header$");
#include <sys/types.h>
#ifndef AFS_NT40_ENV
#ifdef AFS_NT40_ENV
#include <io.h>
#else
#include <netinet/in.h>
#endif
#include <string.h>
#include <stdarg.h>
#include <io.h>
#include <lock.h>
#define UBIK_INTERNALS