13 lines
361 B
Text
13 lines
361 B
Text
$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 ? */
|