diff src/filelock.c @ 4701:05f6a91c2801

Include <paths.h>, not "paths.h".
author Roland McGrath <roland@gnu.org>
date Sun, 12 Sep 1993 01:34:01 +0000
parents 1fc792473491
children 0aa51282fbfe
line wrap: on
line diff
--- a/src/filelock.c	Sat Sep 11 15:13:31 1993 +0000
+++ b/src/filelock.c	Sun Sep 12 01:34:01 1993 +0000
@@ -34,7 +34,7 @@
 #endif /* USG */
 
 #include "lisp.h"
-#include "paths.h"
+#include <paths.h>
 #include "buffer.h"
 
 extern int errno;