mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 16:30:22 -04:00
13 lines
252 B
Plaintext
13 lines
252 B
Plaintext
$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>
|
|
|