mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
368 B
Plaintext
15 lines
368 B
Plaintext
$NetBSD: patch-hakasete_c,v 1.1 2012/06/16 04:00:54 dholland Exp $
|
|
|
|
Use standard headers.
|
|
|
|
--- hakasete.c~ 1993-07-14 11:02:13.000000000 +0000
|
|
+++ hakasete.c
|
|
@@ -10,6 +10,7 @@
|
|
** DATUM : 14.03.93
|
|
**
|
|
*************************************************************************/
|
|
+#include <stdlib.h>
|
|
#include "hakasete.h"
|
|
#include "haka.h"
|
|
#include "haka.H"
|