mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix rgenstat build on FreeBSD and MacOSX
svn path=/trunk/; revision=32643
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user