From d92270d20c2d45d1db9db138fc2d0f417f5122f0 Mon Sep 17 00:00:00 2001 From: "Zephaniah E. Hull" Date: Thu, 28 Sep 2000 07:38:28 +0000 Subject: [PATCH] Compile fix from WildCode. --- source/cl_parse.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/cl_parse.c b/source/cl_parse.c index 5865fef..d2469d8 100644 --- a/source/cl_parse.c +++ b/source/cl_parse.c @@ -44,6 +44,9 @@ #ifdef HAVE_STRINGS_H #include #endif +#ifdef HAVE_UNISTD_H +#include +#endif extern cvar_t *gl_flashblend; extern cvar_t *cl_autoexec;