mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 05:57:43 +00:00
DEVEL15-windows-ptserver-ubik-20090527
LICENSE MIT move io.h inside AFS_NT40_ENV (cherry picked from commit c1876dbf32b5c253b5325bf18a0bf2549b6c9682)
This commit is contained in:
parent
8dd724cb3b
commit
009ea894d5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user