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