Include <config.h> instead of "config.h".
[bpt/emacs.git] / src / doc.c
index 58a0b4a..47ee4d7 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 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*/