From c5cd0ff666d9d2d1489b8f2dd67f43dfabedbf13 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 25 Feb 2001 20:10:44 +0000 Subject: [PATCH] reihenfolge der include-pfade ist wchtig --- src/common/gamecode/Makefile | 2 +- src/common/util/nrmessage.c | 3 ++- src/eressea/Makefile | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/common/gamecode/Makefile b/src/common/gamecode/Makefile index 2c1653aeb..3810147d4 100644 --- a/src/common/gamecode/Makefile +++ b/src/common/gamecode/Makefile @@ -11,7 +11,7 @@ include $(ERESSEA)/Makefile.include ## more definitions -INCLUDES = -I../util -I../kernel -I.. +INCLUDES = -I../kernel -I.. -I../util # library: $(BUILD_DIR)/$(LIBRARY):: $(BUILD_DIR) $(OBJECTS) diff --git a/src/common/util/nrmessage.c b/src/common/util/nrmessage.c index 8b6583a5c..d683dcd97 100644 --- a/src/common/util/nrmessage.c +++ b/src/common/util/nrmessage.c @@ -8,7 +8,7 @@ This program may not be used, modified or distributed without prior permission by the authors of Eressea. - $Id: nrmessage.c,v 1.1 2001/02/24 12:50:50 enno Exp $ + $Id: nrmessage.c,v 1.2 2001/02/25 20:10:43 enno Exp $ */ #include @@ -18,6 +18,7 @@ #include "translation.h" #include +#include typedef struct nrmessage_type { const struct message_type * mtype; diff --git a/src/eressea/Makefile b/src/eressea/Makefile index 6700cead3..ee492fa3c 100644 --- a/src/eressea/Makefile +++ b/src/eressea/Makefile @@ -26,10 +26,10 @@ endif ## INCLUDES += \ - -I../common \ - -I../common/util \ + -I../common/gamecode \ -I../common/kernel \ - -I../common/gamecode + -I../common/util \ + -I../common LIBNAMES = \ e-triggers \