--- OLD/xc/programs/Xserver/mi/mipointer.h Thu Jan 1 00:00:00 1970 +++ NEW/xc/programs/Xserver/mi/mipointer.h Thu Jan 1 00:00:00 1970 @@ -1,3 +1,6 @@ +#ifndef _MIPOINTER_H_6b87d243_ +#define _MIPOINTER_H_6b87d243_ + /* * mipointer.h * @@ -26,6 +29,8 @@ in this Software without prior written authorization from The Open Group. */ +#include "input.h" + typedef struct _miPointerSpriteFuncRec { Bool (*RealizeCursor)(); /* pScreen, pCursor */ Bool (*UnrealizeCursor)(); /* pScreen, pCursor */ @@ -116,3 +121,5 @@ DevicePtr /*pDevice*/ #endif ); + +#endif