mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
$NetBSD: patch-steio_c,v 1.1 2012/06/16 04:00:54 dholland Exp $
|
|
|
|
Ues standard headers.
|
|
|
|
--- steio.c~ 1993-07-14 11:02:15.000000000 +0000
|
|
+++ steio.c
|
|
@@ -15,6 +15,7 @@
|
|
#include "celltype.h"
|
|
#include "netsize.h"
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
|
|
|
|
#define DEFAULT_STEN_X_DISP -HA_STE_RAD
|