include missing prototypes to silence a shitload of warnings on 64-bit arches
This commit is contained in:
parent
a1500b671e
commit
2b08d39957
11
games/wanderer/patches/patch-edit_c
Normal file
11
games/wanderer/patches/patch-edit_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-edit_c,v 1.1 2003/05/02 16:14:13 pvalchev Exp $
|
||||
--- edit.c.orig Thu Mar 13 04:21:17 2003
|
||||
+++ edit.c Sun Apr 20 11:09:31 2003
|
||||
@@ -20,6 +20,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include "wand_head.h"
|
||||
|
||||
extern char *playscreen();
|
11
games/wanderer/patches/patch-m_c
Normal file
11
games/wanderer/patches/patch-m_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-m_c,v 1.1 2003/05/02 16:14:13 pvalchev Exp $
|
||||
--- m.c.orig Thu Mar 13 04:22:07 2003
|
||||
+++ m.c Sun Apr 20 11:09:05 2003
|
||||
@@ -20,6 +20,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include <sys/time.h>
|
||||
#include "wand_head.h"
|
||||
|
Loading…
Reference in New Issue
Block a user