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
1 changed files with 4 additions and 1 deletions

View File

@ -27,8 +27,11 @@
*/
#ifndef _WIN32
#include <unistd.h>
#include <unistd.h>
#else
#include <windows.h>
#endif
#include "quakedef.h"