mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 20:21:38 +00:00
Added HAVE_CONFIG_H and pals. Compiles under win32 now.
This commit is contained in:
parent
ccd1f6f025
commit
8b573f8d7e
1 changed files with 7 additions and 0 deletions
|
@ -26,7 +26,14 @@
|
|||
$Id$
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
#ifndef WIN32
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#include "client.h"
|
||||
|
|
Loading…
Reference in a new issue