--- OLD/xc/programs/Xserver/mi/misprite.h Thu Jan 1 00:00:00 1970 +++ NEW/xc/programs/Xserver/mi/misprite.h Thu Jan 1 00:00:00 1970 @@ -29,6 +29,12 @@ in this Software without prior written authorization from The Open Group. */ +#ifndef _MI_MISPRITE_H_ +#define _MI_MISPRITE_H_ + +#include "cursor.h" +#include "mipointer.h" + typedef struct { Bool (*RealizeCursor)( #if NeedNestedPrototypes @@ -105,3 +111,5 @@ miPointerScreenFuncPtr /*screenFuncs*/ #endif ); + +#endif /* ifndef _MI_MISPRITE_H_ */