Mercurial > emacs
comparison src/fileio.c @ 5877:321b22a46f7a
Use new name vmsdir.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 Feb 1994 04:38:58 +0000 |
parents | 6bfcd23bfa84 |
children | b091dfc9cb4d |
comparison
equal
deleted
inserted
replaced
5876:82e1a78ab625 | 5877:321b22a46f7a |
---|---|
42 #endif | 42 #endif |
43 | 43 |
44 #include <ctype.h> | 44 #include <ctype.h> |
45 | 45 |
46 #ifdef VMS | 46 #ifdef VMS |
47 #include "dir.h" | 47 #include "vmsdir.h" |
48 #include <perror.h> | 48 #include <perror.h> |
49 #include <stddef.h> | 49 #include <stddef.h> |
50 #include <string.h> | 50 #include <string.h> |
51 #endif | 51 #endif |
52 | 52 |