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 259466adc..f78234ea0 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 "misc.h" +#include <X11/misc.h> #include "regionstr.h" #include "font.h" #include "fontstruct.h" |