diff options
author | Paul Richards <paul@FreeBSD.org> | 1997-04-19 18:29:20 +0000 |
---|---|---|
committer | Paul Richards <paul@FreeBSD.org> | 1997-04-19 18:29:20 +0000 |
commit | 268e0478c732364b6b7edb101f9815a2e21ff8f1 (patch) | |
tree | ef4eaa8e59b675dadc4a02ff07c2b2be56e7c659 /www/analog | |
parent | 2846e0925116cc70ad54ee649d072256133ed2a1 (diff) | |
download | ports-268e0478c732364b6b7edb101f9815a2e21ff8f1.tar.gz ports-268e0478c732364b6b7edb101f9815a2e21ff8f1.zip |
Move the <dirent.h> include to after <sys/types.h> or it won't compile.
PR:
Reviewed by:
Submitted by:
Obtained from:
Notes
Notes:
svn path=/head/; revision=6246
Diffstat (limited to 'www/analog')
-rw-r--r-- | www/analog/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/analog/files/patch-ac b/www/analog/files/patch-ac new file mode 100644 index 000000000000..6b8da452316b --- /dev/null +++ b/www/analog/files/patch-ac @@ -0,0 +1,13 @@ +--- 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> |