blob: 5183e33c3fda3de409ccf12982ad8f58bba2ed7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-filesteio_c,v 1.1 2012/06/16 04:00:54 dholland Exp $
Use standard headers.
--- filesteio.c~ 1993-07-14 11:02:09.000000000 +0000
+++ filesteio.c
@@ -18,7 +18,7 @@
#include <string.h>
#include <stdio.h>
-
+#include <stdlib.h>
|