diff options
author | Adam Jackson <ajax@redhat.com> | 2014-05-23 13:37:41 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-07-08 16:40:57 -0400 |
commit | b51f7f8582ab6c3cc9fa56c8d9721d0f240915e7 (patch) | |
tree | ffa87b9b61d1ad4959eb78961dc68fbf67075958 /mi | |
parent | c4a0d6c9139d2c0107b80420cc2342614bbe95ef (diff) |
dix: Unexport various implementation details
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'mi')
-rw-r--r-- | mi/miglblt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mi/miglblt.c b/mi/miglblt.c index e9d3a1af0..46268aee9 100644 --- a/mi/miglblt.c +++ b/mi/miglblt.c @@ -53,6 +53,7 @@ SOFTWARE. #include <X11/Xproto.h> #include "misc.h" #include <X11/fonts/fontstruct.h> +#include <X11/fonts/fontutil.h> #include "dixfontstr.h" #include "gcstruct.h" #include "windowstr.h" |