]> git.eshelyaron.com Git - emacs.git/commitdiff
* nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Thu, 23 Jul 2009 14:41:05 +0000 (14:41 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Thu, 23 Jul 2009 14:41:05 +0000 (14:41 +0000)
src/ChangeLog
src/nsfont.m

index fa664e4bc0050f35e1840330406b55530199a0b3..5ec38e71b7cc34c805e60bccb0a5d77210e85653 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-23  Yavor Doganov  <yavor@gnu.org>
+
+       * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
+
 2009-07-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
index 788056dba83d371e0ec8551e18a053f682a8535e..33bbe37ab65447693e0c4c5b96ba2449b93e9f4c 100644 (file)
@@ -37,6 +37,11 @@ Author: Adrian Robert (arobert@cogsci.ucsd.edu)
 #include "character.h"
 #include "font.h"
 
+/* This header is not included from GNUstep's (0.16.0) AppKit.h.  */
+#ifdef NS_IMPL_GNUSTEP
+#import <AppKit/NSFontDescriptor.h>
+#endif
+
 #define NSFONT_TRACE 0
 
 extern Lisp_Object Qns;