diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:22 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:22 +0000 |
commit | d568221710959cf7d783e6ff0fb80fb43a231124 (patch) | |
tree | 8d6f039393294c6ffac8533639afdebe5d68bfc1 /mi/micursor.c | |
parent | 9508a382f8a9f241dab097d921b6d290c1c3a776 (diff) |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'mi/micursor.c')
-rw-r--r-- | mi/micursor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mi/micursor.c b/mi/micursor.c index b23bcddf6..4c95d2f49 100644 --- a/mi/micursor.c +++ b/mi/micursor.c @@ -1,3 +1,4 @@ +/* $XFree86: xc/programs/Xserver/mi/micursor.c,v 1.3 2001/12/14 20:00:21 dawes Exp $ */ /*********************************************************** Copyright 1987, 1998 The Open Group @@ -48,6 +49,7 @@ SOFTWARE. #include "scrnintstr.h" #include "cursor.h" #include "misc.h" +#include "mi.h" extern Bool Must_have_memory; |