From faa6f211f510b928679d33120ba0d0a32972b20a Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 27 Apr 2005 13:06:35 +0000 Subject: [PATCH] the new report writing did not work on linux right away. should be good now. --- src/common/gamecode/report.c | 1 + src/common/kernel/battle.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/common/gamecode/report.c b/src/common/gamecode/report.c index 9cc086e76..3593c0a77 100644 --- a/src/common/gamecode/report.c +++ b/src/common/gamecode/report.c @@ -76,6 +76,7 @@ /* libc includes */ #include #include +#include #include #include #include diff --git a/src/common/kernel/battle.c b/src/common/kernel/battle.c index 51bb3dee4..f3d5215e2 100644 --- a/src/common/kernel/battle.c +++ b/src/common/kernel/battle.c @@ -64,6 +64,7 @@ #include #include #include +#include #define dbgprintf(a) fprintf a; static FILE *bdebug;