diff src/doc.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 6ad80fc3c559
children 4382ad05411e
line wrap: on
line diff
--- a/src/doc.c	Fri Sep 10 06:08:27 1993 +0000
+++ b/src/doc.c	Fri Sep 10 06:15:46 1993 +0000
@@ -18,7 +18,7 @@
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/file.h>	/* Must be after sys/types.h for USG and BSD4_1*/