Stripped the X11 header out from the Mac OS X target.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2750 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a7d75f8889
commit
47c305e852
1 changed files with 2 additions and 0 deletions
|
@ -42,7 +42,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include <sys/wait.h>
|
||||
#include <sys/mman.h>
|
||||
#include <errno.h>
|
||||
#ifndef __MACOSX__
|
||||
#include <X11/Xlib.h>
|
||||
#endif
|
||||
|
||||
#include "quakedef.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue