diff options
Diffstat (limited to 'games/teg/patches/patch-ac')
-rw-r--r-- | games/teg/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/teg/patches/patch-ac b/games/teg/patches/patch-ac new file mode 100644 index 00000000000..426af31ba0a --- /dev/null +++ b/games/teg/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2009/02/07 23:23:53 joerg Exp $ + +--- server/missions.c.orig 2009-02-08 00:10:07.000000000 +0100 ++++ server/missions.c +@@ -20,6 +20,8 @@ + */ + /* checks that the secret missions are accomplished */ + #include <assert.h> ++#include <stdlib.h> ++#include "common.h" + #include "server.h" + + /* Do player pJ accomplished his secret mission ? */ |