diff options
Diffstat (limited to 'hw/xfree86/common/xisb.c')
-rw-r--r-- | hw/xfree86/common/xisb.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/xfree86/common/xisb.c b/hw/xfree86/common/xisb.c index 4132c7abf..facc27842 100644 --- a/hw/xfree86/common/xisb.c +++ b/hw/xfree86/common/xisb.c @@ -24,7 +24,7 @@ * in this Software without prior written authorization from Metro Link. * */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xisb.c,v 1.5 2000/11/06 19:24:07 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xisb.c,v 1.6 2003/03/25 04:18:21 dawes Exp $ */ /* X Input Serial Buffer routines for use in any XInput driver that accesses @@ -36,6 +36,10 @@ * Standard Headers ****************************************************************************/ +#ifdef __UNIXOS2__ +#define I_NEED_OS2_H +#endif + #include <misc.h> #include <xf86.h> #include <xf86Version.h> |