pkgsrc-ng/games/velena/patches/patch-buildob_c
2013-09-26 17:14:40 +02:00

16 lines
304 B
Plaintext

$NetBSD: patch-buildob_c,v 1.1 2011/05/28 22:41:43 dholland Exp $
- Fix LP64 issues by including proper standard headers.
--- buildob.c.orig 1997-07-27 20:49:42.000000000 +0000
+++ buildob.c
@@ -14,6 +14,8 @@
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include "connect4.h"