aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelock.c
diff options
context:
space:
mode:
authorJim Blandy1991-08-02 02:24:35 +0000
committerJim Blandy1991-08-02 02:24:35 +0000
commitbfb612994fe2d6dfb42919842c5f40059cd08135 (patch)
treebbdafb923b90f3d6f5ce3096a233d10224df8e30 /src/filelock.c
parentf7be7f78a51fbe2c9f6cfd559b47fd2d815b2756 (diff)
downloademacs-bfb612994fe2d6dfb42919842c5f40059cd08135.tar.gz
emacs-bfb612994fe2d6dfb42919842c5f40059cd08135.zip
*** 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. */
20#include <sys/types.h> 20#include <sys/types.h>
21#include <sys/stat.h> 21#include <sys/stat.h>
22#include "config.h" 22#include "config.h"
23
24#ifdef VMS
25#include "pwd.h"
26#else
23#include <pwd.h> 27#include <pwd.h>
28#endif
29
24#include <errno.h> 30#include <errno.h>
25#include <sys/file.h> 31#include <sys/file.h>
26#ifdef USG 32#ifdef USG