include missing prototypes to silence a shitload of warnings on 64-bit arches

This commit is contained in:
pvalchev 2003-05-02 16:14:13 +00:00
parent a1500b671e
commit 2b08d39957
2 changed files with 22 additions and 0 deletions

View 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();

View 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"