diff options
Diffstat (limited to 'hw/dmx/dmxfont.h')
-rw-r--r-- | hw/dmx/dmxfont.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/dmxfont.h b/hw/dmx/dmxfont.h index 9912db65c..f69aac196 100644 --- a/hw/dmx/dmxfont.h +++ b/hw/dmx/dmxfont.h @@ -38,7 +38,7 @@ #ifndef DMXFONT_H #define DMXFONT_H -#include "fontstruct.h" +#include <X11/fonts/fontstruct.h> /** Font private area. */ typedef struct _dmxFontPriv { |