mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
- Fix rgenstat build on FreeBSD and MacOSX
svn path=/trunk/; revision=32643
This commit is contained in:
parent
0b44376e27
commit
a70da8b4d0
1 changed files with 2 additions and 0 deletions
|
@ -17,7 +17,9 @@
|
|||
int __cdecl strcasecmp (const char * __sz1, const char * __sz2)
|
||||
{return _stricmp (__sz1, __sz2);}
|
||||
#else
|
||||
#if !(defined(__FreeBSD__) && defined(__APPLE__))
|
||||
#include <sys/io.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
|
|
Loading…
Reference in a new issue