From eb7982fa26ce8707c5dce8ac6a47ab4f7e62d90e Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Mon, 27 Aug 2001 07:17:13 +0000 Subject: [PATCH] Compile fix. --- nq/source/sv_progs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nq/source/sv_progs.c b/nq/source/sv_progs.c index 5bc1fa3a2..5c67a16e1 100644 --- a/nq/source/sv_progs.c +++ b/nq/source/sv_progs.c @@ -41,8 +41,8 @@ #include "QF/cvar.h" #include "host.h" -#include "progdefs.h" #include "server.h" +#include "progdefs.h" // must be after "server.h" #include "sv_progs.h" #include "world.h"