blob: 6b8da452316ba5b4bb53c955f0e9d58042b56bfa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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>
|