summaryrefslogtreecommitdiff
path: root/Xprint/attributes.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xprint/attributes.c')
-rw-r--r--Xprint/attributes.c4
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