mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
163e8381a3
- Support SUB_FILES PR: 114077 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
11 lines
199 B
C
11 lines
199 B
C
--- io.c.orig Tue Mar 14 11:45:05 2000
|
|
+++ io.c Sun Jun 24 00:08:35 2007
|
|
@@ -21,6 +21,7 @@
|
|
|
|
#include <unistd.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "protos.h"
|
|
|