STABLE14-vol-fsync-20090128

LICENSE IPL10

no unistd.h on windows
This commit is contained in:
Jeffrey Altman 2009-01-28 17:08:53 +00:00
parent f2937ebf14
commit c3eb28716e

View File

@ -55,11 +55,11 @@ RCSID
#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
#ifdef AFS_NT40_ENV
#include <winsock2.h>
#include <time.h>
#else
#include <unistd.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <netinet/in.h>