blob: 426af31ba0a3802240351c667907344dc4d84188 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 ? */
|