diff options
Diffstat (limited to 'atom.c')
-rw-r--r-- | atom.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ in this Software without prior written authorization from The Open Group. #ifdef HAVE_CONFIG_H #include <config.h> #endif -#include <X11/fonts/fontmisc.h> +#include "fontmisc.h" #include "stubs.h" typedef struct _AtomList { |