diff options
Diffstat (limited to 'hw/xfree86/os-support/shared/sigiostubs.c')
-rw-r--r-- | hw/xfree86/os-support/shared/sigiostubs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/shared/sigiostubs.c b/hw/xfree86/os-support/shared/sigiostubs.c index de2d20a4c..6c78cf71a 100644 --- a/hw/xfree86/os-support/shared/sigiostubs.c +++ b/hw/xfree86/os-support/shared/sigiostubs.c @@ -25,13 +25,13 @@ * the sale, use or other dealings in this Software without prior written * authorization from the copyright holder(s) and author(s). */ -/* $XdotOrg: $ */ +/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/sigiostubs.c,v 1.2 2004/06/28 18:08:26 alanc Exp $ */ #ifdef XFree86Server #ifdef __UNIXOS2__ # define I_NEED_OS2_H #endif -# include "X.h" +# include <X11/X.h> # include "xf86.h" # include "xf86Priv.h" # include "xf86_OSlib.h" |