mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
--- src/doc.c.orig Thu Aug 5 02:09:04 1999
|
|
+++ src/doc.c Thu Aug 5 02:09:25 1999
|
|
@@ -18,7 +18,8 @@
|
|
#include <sys/file.h>
|
|
#endif
|
|
#ifdef HAVE_FSTATFS
|
|
-#include <sys/vfs.h>
|
|
+#include <sys/param.h>
|
|
+#include <sys/mount.h>
|
|
#endif
|
|
#include <sys/time.h>
|
|
#include <time.h>
|