]> git.eshelyaron.com Git - emacs.git/commitdiff
Include <config.h> instead of "config.h".
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 17 Jul 2008 09:06:42 +0000 (09:06 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 17 Jul 2008 09:06:42 +0000 (09:06 +0000)
src/gtkutil.c

index 2952e322200b489c151d5e8b16c780dad42aff73..307358901433870fd1b2de3d98a4d87746f13d34 100644 (file)
@@ -19,7 +19,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 Boston, MA 02110-1301, USA.  */
 
-#include "config.h"
+#include <config.h>
 
 #ifdef USE_GTK
 #include <string.h>