diff src/filelock.c @ 4696:1fc792473491

Include <config.h> instead of "config.h".
author Roland McGrath <roland@gnu.org>
date Fri, 10 Sep 1993 06:15:46 +0000
parents 9d56bce1534a
children 05f6a91c2801
line wrap: on
line diff
--- a/src/filelock.c	Fri Sep 10 06:08:27 1993 +0000
+++ b/src/filelock.c	Fri Sep 10 06:15:46 1993 +0000
@@ -19,7 +19,7 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include "config.h"
+#include <config.h>
 
 #ifdef VMS
 #include "vms-pwd.h"