1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/analog/files/patch-ac
Paul Richards 268e0478c7 Move the <dirent.h> include to after <sys/types.h> or it won't compile.
PR:
Reviewed by:
Submitted by:
Obtained from:
1997-04-19 18:29:20 +00:00

14 lines
305 B
Plaintext

--- analhea2.h.orig Sat Apr 19 18:47:26 1997
+++ analhea2.h Sat Apr 19 18:47:36 1997
@@ -59,9 +59,9 @@
#include <ctype.h>
#ifndef NODIRENT
#ifndef VMSDIRENT
-#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <dirent.h>
#else
#define VMS_FSPEC_MAX 256
#include <descrip.h>