summaryrefslogtreecommitdiff
path: root/Xprint
diff options
context:
space:
mode:
Diffstat (limited to 'Xprint')
-rw-r--r--Xprint/attributes.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Xprint/attributes.c b/Xprint/attributes.c
index ec60f3032..08d77a551 100644
--- a/Xprint/attributes.c
+++ b/Xprint/attributes.c
@@ -1,3 +1,4 @@
+/* $XdotOrg: attributes.c,v 1.3 2000/08/17 19:48:07 cpqbld Exp $ */
/* $Xorg: attributes.c,v 1.3 2000/08/17 19:48:07 cpqbld Exp $ */
/*
(c) Copyright 1996 Hewlett-Packard Company
@@ -44,7 +45,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 +53,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