mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
Fix for compiling without zlib.
This commit is contained in:
parent
cabd99e201
commit
c41b730fb8
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <termios.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Reference in a new issue