From fb9a095586156f9eedd0bf3e051e2f461cfdd215 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 19 Jun 2011 21:39:35 +0900 Subject: [PATCH] Fix include style mixup. "" for local, <> for system --- nq/source/cl_cmd.c | 2 +- qw/source/game.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nq/source/cl_cmd.c b/nq/source/cl_cmd.c index a58639cdd..e0bbd1793 100644 --- a/nq/source/cl_cmd.c +++ b/nq/source/cl_cmd.c @@ -25,7 +25,7 @@ */ #ifdef HAVE_CONFIG_H -# include +# include "config.h" #endif #ifdef HAVE_STRING_H # include diff --git a/qw/source/game.c b/qw/source/game.c index 162a89830..5c7b824f3 100644 --- a/qw/source/game.c +++ b/qw/source/game.c @@ -27,7 +27,7 @@ */ #ifdef HAVE_CONFIG_H -# include +# include "config.h" #endif #ifdef HAVE_STRING_H # include