diff options
Diffstat (limited to 'hw/xnest/Font.c')
-rw-r--r-- | hw/xnest/Font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xnest/Font.c b/hw/xnest/Font.c index d5ce79f85..bdc0180ae 100644 --- a/hw/xnest/Font.c +++ b/hw/xnest/Font.c @@ -17,7 +17,7 @@ is" without express or implied warranty. #include <X11/X.h> #include <X11/Xatom.h> #include <X11/Xproto.h> -#include <X11/misc.h> +#include "misc.h" #include "regionstr.h" #include <X11/fonts/font.h> #include <X11/fonts/fontstruct.h> |