diff options
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c index efdf7f74e8d..368727619c0 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -19,7 +19,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include "config.h" |
| 22 | |||
| 23 | #ifdef VMS | ||
| 24 | #include "pwd.h" | ||
| 25 | #else | ||
| 22 | #include <pwd.h> | 26 | #include <pwd.h> |
| 27 | #endif | ||
| 28 | |||
| 23 | #include "lisp.h" | 29 | #include "lisp.h" |
| 24 | #include "buffer.h" | 30 | #include "buffer.h" |
| 25 | #include "window.h" | 31 | #include "window.h" |