mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
4f9241fa57
Vrweb is obsolete by its authors and the new version is java-based VRWave ( not ported yet ) so I don't work around this but somebody may make this port works again..
13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
*** src/common/OS/directory.C.orig Mon Jun 23 02:29:52 1997
|
|
--- src/common/OS/directory.C Mon Jun 23 02:31:27 1997
|
|
***************
|
|
*** 32,37 ****
|
|
--- 32,38 ----
|
|
* includes <sys/dir.h>, which is silly because <sys/dir.h>
|
|
* needs <sys/types.h>.
|
|
*/
|
|
+ #include <machine/types.h>
|
|
#include "types.h"
|
|
#ifdef apollo
|
|
#include <sys/dir.h>
|