From 08a494a3b08c63fdd45130d460f5f7d9f8f9396b Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu <dann@ics.uci.edu> Date: Tue, 1 Jun 2010 21:29:53 -0700 Subject: Fix config.h includes. * src/xsettings.c: * src/xgselect.c: * src/nsterm.m: * src/nsselect.m: * src/nsimage.m: * src/nsfont.m: * src/nsfns.m: * src/dbusbind.c: Use #include <config.h> instead of "config.h" as all other files do. --- src/nsselect.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nsselect.m') diff --git a/src/nsselect.m b/src/nsselect.m index e4f5f0c613e..b034eacf77c 100644 --- a/src/nsselect.m +++ b/src/nsselect.m @@ -27,7 +27,7 @@ GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu) /* This should be the first include, as it may set up #defines affecting interpretation of even the system includes. */ -#include "config.h" +#include <config.h> #include <setjmp.h> #include "lisp.h" -- cgit v1.2.1