1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/vrweb/files/patch-ab
1999-10-22 09:35:49 +00:00

11 lines
305 B
Plaintext

--- src/common/OS/directory.C.orig Thu Jan 30 18:58:15 1997
+++ src/common/OS/directory.C Fri Oct 22 14:58:52 1999
@@ -32,6 +32,7 @@
* includes <sys/dir.h>, which is silly because <sys/dir.h>
* needs <sys/types.h>.
*/
+#include <sys/types.h>
#include "types.h"
#ifdef apollo
#include <sys/dir.h>