зеркало из https://github.com/mozilla/gecko-dev.git
added #include windows.h since NSPR no longer includes it...
This commit is contained in:
Родитель
bdf389f0c9
Коммит
2d01e531e0
|
@ -20,6 +20,7 @@
|
|||
#include <fcntl.h>
|
||||
#ifdef XP_PC
|
||||
#include <io.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче