Add missing header file so this compiles with gcc3.

This commit is contained in:
wiz 2004-07-10 23:17:34 +00:00
parent 90fd747069
commit ae91d4cf33
2 changed files with 14 additions and 1 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2002/07/11 13:26:13 wiz Exp $
$NetBSD: distinfo,v 1.2 2004/07/10 23:17:34 wiz Exp $
SHA1 (Maelstrom-1.4.3-L2.0.6-src.tar.gz) = 66c81365104bfab9985919f0cba5a6d955727d79
Size (Maelstrom-1.4.3-L2.0.6-src.tar.gz) = 1463130 bytes
@ -17,3 +17,4 @@ SHA1 (patch-af) = 46b5ab4cfe3e20401fc5feaa9319c093b025ca1d
SHA1 (patch-ag) = aa7102be99466e81b95258a2a2ff888d7136fda3
SHA1 (patch-ah) = 03a8dcdc19cbcfb6d13a9de80ef529560bb3ad1a
SHA1 (patch-ai) = 25e781f5092530b35256e17003d998443d479372
SHA1 (patch-aj) = 5135031fbbfa06eb11d24859bb1589361b025ba4

View file

@ -0,0 +1,12 @@
$NetBSD: patch-aj,v 1.1 2004/07/10 23:17:34 wiz Exp $
--- framebuf.h.orig 1997-04-30 16:22:36.000000000 +0200
+++ framebuf.h
@@ -5,6 +5,7 @@
#define _framebuf_h
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>