mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
16 lines
304 B
Plaintext
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"
|