mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 05:21:58 +00:00
fix a header snafu
This commit is contained in:
parent
53e408be2e
commit
678e38f2b5
1 changed files with 1 additions and 1 deletions
|
@ -26,10 +26,10 @@
|
|||
$Id$
|
||||
*/
|
||||
|
||||
#ifndef _WIN32
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
#ifndef _WIN32
|
||||
# include <unistd.h>
|
||||
#else
|
||||
# include <windows.h>
|
||||
|
|
Loading…
Reference in a new issue