diff options
Diffstat (limited to 'src/font.h')
| -rw-r--r-- | src/font.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/font.h b/src/font.h index c70e87deabc..a6360e1432e 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -860,6 +860,9 @@ extern struct font_driver uniscribe_font_driver; | |||
| 860 | #ifdef MAC_OS | 860 | #ifdef MAC_OS |
| 861 | extern struct font_driver atmfont_driver; | 861 | extern struct font_driver atmfont_driver; |
| 862 | #endif /* MAC_OS */ | 862 | #endif /* MAC_OS */ |
| 863 | #ifdef HAVE_NS | ||
| 864 | extern struct font_driver nsfont_driver; | ||
| 865 | #endif /* HAVE_NS */ | ||
| 863 | 866 | ||
| 864 | #ifndef FONT_DEBUG | 867 | #ifndef FONT_DEBUG |
| 865 | #define FONT_DEBUG | 868 | #define FONT_DEBUG |