Fix bug #1362. * image.c (x_clear_image_1): Do not free background under HAVE_NS...
[bpt/emacs.git] / src / nsimage.m
index cf974be..0cbb4d0 100644 (file)
@@ -25,7 +25,10 @@ MacOSX/Aqua port by Christophe de Dinechin (descubes@earthlink.net)
 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 "lisp.h"
 #include "dispextern.h"
 #include "nsterm.h"