mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
audit-consolidate-open-20081221
LICENSE IPL10 FIXES 123923 fix audit-consolidate-open-20081217 which broke the Windows build.
This commit is contained in:
parent
12297b9588
commit
dbc92bde39
@ -18,7 +18,11 @@ RCSID
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#ifndef AFS_NT40_ENV
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <io.h>
|
||||
#endif
|
||||
#ifdef AFS_AIX32_ENV
|
||||
#include <sys/audit.h>
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user