whoopsie.. Needed to #include <windows.h>

This commit is contained in:
James Brown 2000-05-13 10:45:29 +00:00
parent f33375e439
commit 0ba1b5a805

View file

@ -28,7 +28,10 @@
#ifndef _WIN32
#include <unistd.h>
#else
#include <windows.h>
#endif
#include "quakedef.h"