1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-08 23:06:56 +00:00
freebsd-ports/www/analog/files/patch-ac
Andrey A. Chernov d5dcc1277b Upgrade to 2.11
1997-05-02 23:16:58 +00:00

22 lines
561 B
Plaintext

*** 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 */