1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-11 23:25:17 +00:00
freebsd-ports/www/analog/files/patch-ac

22 lines
561 B
Plaintext
Raw Normal View History

1997-05-02 23:16:58 +00:00
*** analhea2.h.orig Fri Mar 14 20:36:49 1997
--- analhea2.h Sat May 3 01:28:08 1997
***************
*** 81,88 ****
#ifndef NODIRENT
#ifndef VMSDIRENT
#ifndef MACDIRENT
- #include <dirent.h> /* Normal dirent */
#include <sys/types.h>
#include <sys/stat.h>
#else
#include "macdir.h" /* Mac dirent */
--- 81,88 ----
#ifndef NODIRENT
#ifndef VMSDIRENT
#ifndef MACDIRENT
#include <sys/types.h>
+ #include <dirent.h> /* Normal dirent */
#include <sys/stat.h>
#else
#include "macdir.h" /* Mac dirent */