зеркало из https://github.com/mozilla/pjs.git
BugZilla: 19247. Add support for FreeBSD
This commit is contained in:
Родитель
f4b39a9eb1
Коммит
7c1a262e7b
|
@ -106,7 +106,7 @@ GetHighResClock(void *buf, size_t maxbytes)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#elif defined(LINUX)
|
||||
#elif (defined(LINUX) || defined(__FreeBSD__))
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче