comparison 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
comparison
equal deleted inserted replaced
4695:32220a85d53b 4696:1fc792473491
17 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 17 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
18 18
19 19
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 23
24 #ifdef VMS 24 #ifdef VMS
25 #include "vms-pwd.h" 25 #include "vms-pwd.h"
26 #else 26 #else
27 #include <pwd.h> 27 #include <pwd.h>