summaryrefslogtreecommitdiff
path: root/src/filelock.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-08-02 02:24:35 +0000
committerJim Blandy <jimb@redhat.com>1991-08-02 02:24:35 +0000
commit8a77659c0ba6a49ce5d2c6813e719b330bd23783 (patch)
tree58279d6f41ac831007a8932d8551399d9bf56c9d /src/filelock.c
parent662393d99390201e0fb8d7891d8e53903ba2d00e (diff)
downloademacs-8a77659c0ba6a49ce5d2c6813e719b330bd23783.tar.gz
*** empty log message ***
Diffstat (limited to 'src/filelock.c')
-rw-r--r--src/filelock.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/filelock.c b/src/filelock.c
index 81e72432c06..df1794cf6bc 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -20,7 +20,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/types.h>
#include <sys/stat.h>
#include "config.h"
+
+#ifdef VMS
+#include "pwd.h"
+#else
#include <pwd.h>
+#endif
+
#include <errno.h>
#include <sys/file.h>
#ifdef USG