mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
dca1739cb8
PR: 14877 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
--- ./routines/metanet/files.c.orig Sat Aug 8 14:04:52 1998
|
|
+++ ./routines/metanet/files.c Sat Aug 8 14:06:46 1998
|
|
@@ -1,4 +1,7 @@
|
|
#include <stdio.h>
|
|
#ifndef __MSC__
|
|
+#if defined(netbsd) || defined(freebsd)
|
|
+#include <sys/types.h>
|
|
+#endif
|
|
#include <dirent.h>
|
|
#endif
|