diff --git a/mi/micmap.h b/mi/micmap.h index eeb70c4ae..a96f47d1e 100644 --- a/mi/micmap.h +++ b/mi/micmap.h @@ -1,9 +1,14 @@ - -#include "colormapst.h" - #ifndef _MICMAP_H_ #define _MICMAP_H_ +#include +#include +#include + +#include "colormap.h" +#include "privates.h" +#include "screenint.h" + #define GetInstalledmiColormap(s) \ ((ColormapPtr) dixLookupPrivate(&(s)->devPrivates, micmapScrPrivateKey))