added #include windows.h since NSPR no longer includes it...

This commit is contained in:
rpotts 1998-04-29 19:25:27 +00:00
Родитель bdf389f0c9
Коммит 2d01e531e0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -20,6 +20,7 @@
#include <fcntl.h>
#ifdef XP_PC
#include <io.h>
#include <windows.h>
#else
#include <unistd.h>
#endif