diff options
Diffstat (limited to 'code/client/client.h')
-rw-r--r-- | code/client/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/client.h b/code/client/client.h index d419bd1..936f906 100644 --- a/code/client/client.h +++ b/code/client/client.h @@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "../cgame/cg_public.h" #include "../game/bg_public.h" -#if USE_CURL +#ifdef USE_CURL #include "cl_curl.h" #endif /* USE_CURL */ |