mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
08aa64d648
PR: 3457 (plus many private mails) Submitted by: Sandro Sigala <ssigala@globalnet.it>
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
--- ./src/cinfo/cinfo/cinfo.c.org Wed Mar 26 05:58:10 1997
|
|
+++ ./src/cinfo/cinfo/cinfo.c Sun Jun 15 01:46:08 1997
|
|
@@ -31,6 +31,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <sys/types.h>
|
|
#include <dirent.h>
|
|
#include <unistd.h>
|
|
#include <err.h>
|