diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:55:39 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:55:39 +0000 |
commit | 12e532010b9e8cb67bedd44d489c9c40dd265165 (patch) | |
tree | d680aac8b959e207f02d40069c6e6b5ab930f177 /Xprint | |
parent | 305c444de3baa863d7abc4221e8cebb973805847 (diff) |
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902
Diffstat (limited to 'Xprint')
-rw-r--r-- | Xprint/attributes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xprint/attributes.c b/Xprint/attributes.c index ec60f3032..e1fce8cb3 100644 --- a/Xprint/attributes.c +++ b/Xprint/attributes.c @@ -44,7 +44,7 @@ copyright holders. ** ********************************************************* ** ********************************************************************/ -/* $XFree86: xc/programs/Xserver/Xprint/attributes.c,v 1.20 2003/10/29 22:11:54 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/Xprint/attributes.c,v 1.21 2003/12/19 02:05:38 dawes Exp $ */ #include <X11/Xproto.h> #include <string.h> @@ -52,7 +52,7 @@ copyright holders. #include <sys/types.h> #include <sys/wait.h> #include <pwd.h> -#if defined(sun) && defined(SVR4) +#if (defined(sun) && defined(SVR4)) || (defined(SCO)) #include <wchar.h> #endif |