Added windows.h since NSPR no longer includes it...

This commit is contained in:
rpotts 1998-04-29 20:01:24 +00:00
parent 765700b032
commit 965494a232

View File

@ -20,6 +20,7 @@
#ifdef WIN32_LEAN_AND_MEAN
#undef WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#include "prtypes.h"
#include <stdio.h>