aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsfont.m
diff options
context:
space:
mode:
authorAdrian Robert2009-07-23 14:41:05 +0000
committerAdrian Robert2009-07-23 14:41:05 +0000
commit4e2f36cfedaac888d4867482f3e83fa5ba635d19 (patch)
tree2c7cd61d1a46f2be76cacee827b4073bf6ddbe9b /src/nsfont.m
parent7f6ad209681d518fdddddb8dc7ca34316cfae4db (diff)
downloademacs-4e2f36cfedaac888d4867482f3e83fa5ba635d19.tar.gz
emacs-4e2f36cfedaac888d4867482f3e83fa5ba635d19.zip
* nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
Diffstat (limited to 'src/nsfont.m')
-rw-r--r--src/nsfont.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nsfont.m b/src/nsfont.m
index 788056dba83..33bbe37ab65 100644
--- a/src/nsfont.m
+++ b/src/nsfont.m
@@ -37,6 +37,11 @@ Author: Adrian Robert (arobert@cogsci.ucsd.edu)
37#include "character.h" 37#include "character.h"
38#include "font.h" 38#include "font.h"
39 39
40/* This header is not included from GNUstep's (0.16.0) AppKit.h. */
41#ifdef NS_IMPL_GNUSTEP
42#import <AppKit/NSFontDescriptor.h>
43#endif
44
40#define NSFONT_TRACE 0 45#define NSFONT_TRACE 0
41 46
42extern Lisp_Object Qns; 47extern Lisp_Object Qns;