diff options
author | converse <empty> | 1989-07-19 17:16:10 +0000 |
---|---|---|
committer | converse <empty> | 1989-07-19 17:16:10 +0000 |
commit | db2246cb86c6588b205cf408c90b9a5fcdbaa58e (patch) | |
tree | 6c6f9838e2fc289c499da7b97e7d768b85411c12 /xc/lib/Xmu/CursorName.c | |
parent | f8717c0a99bf49e270d9df28b6a5ba7ee34ae9a7 (diff) |
include Intrinsic.h for XtNumber()
Diffstat (limited to 'xc/lib/Xmu/CursorName.c')
-rw-r--r-- | xc/lib/Xmu/CursorName.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xmu/CursorName.c b/xc/lib/Xmu/CursorName.c index 6698b4cee..504cac118 100644 --- a/xc/lib/Xmu/CursorName.c +++ b/xc/lib/Xmu/CursorName.c @@ -1,5 +1,5 @@ /* - * $XConsortium: CursorName.c,v 1.1 89/07/19 15:40:18 jim Exp $ + * $XConsortium: CursorName.c,v 1.2 89/07/19 15:59:42 jim Exp $ * * Copyright 1989 Massachusetts Institute of Technology * @@ -21,7 +21,7 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - +#include <X11/Intrinsic.h> #include <X11/Xmu/CharSet.h> #include <X11/Xmu/CurUtil.h> #include <X11/cursorfont.h> |