From f8a21ec386e5f58621dd561fddfdb87ffe88e6d3 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Fri, 30 May 2008 16:09:10 +0000 Subject: [PATCH] fix include --- src/common/gamecode/xmlreport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/gamecode/xmlreport.c b/src/common/gamecode/xmlreport.c index 7b0abfa24..fe6d2f9b1 100644 --- a/src/common/gamecode/xmlreport.c +++ b/src/common/gamecode/xmlreport.c @@ -78,6 +78,7 @@ /* libc includes */ #include #include +#include #include #include #include