diff options
Diffstat (limited to 'Xext/xevie.c')
-rw-r--r-- | Xext/xevie.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/xevie.c b/Xext/xevie.c index 947e39f3a..d33f027a9 100644 --- a/Xext/xevie.c +++ b/Xext/xevie.c @@ -30,13 +30,13 @@ or other dealings in this Software without prior written authorization of the copyright holder. ************************************************************/ -/* $XdotOrg: $ */ +/* $XdotOrg: xc/programs/Xserver/Xext/xevie.c,v 1.6 2005/05/22 01:12:49 alanc Exp $ */ #define NEED_REPLIES #define NEED_EVENTS #include <X11/X.h> #include <X11/Xproto.h> -#include "misc.h" +#include <X11/misc.h> #include "dixstruct.h" #include "extnsionst.h" #include "colormapst.h" |