summaryrefslogtreecommitdiff
path: root/src/Pixmap.c
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-27 16:44:43 +0000
committerKevin E Martin <kem@kem.org>2005-11-27 16:44:43 +0000
commit651a3e0a2dcead0aad75734b438bf900de4f7c5c (patch)
treec26fcd16fc42d95c525bcb1831cf8acc3e363058 /src/Pixmap.c
parent1c36da4ef2e308cb5b7a80b1e914fd637d622fae (diff)
downloadxorg-lib-libXaw-651a3e0a2dcead0aad75734b438bf900de4f7c5c.tar.gz
Fix Xaw6 to build without Xpm.XORG-6_8_99_903
Diffstat (limited to 'src/Pixmap.c')
-rw-r--r--src/Pixmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Pixmap.c b/src/Pixmap.c
index 8218dcb..06e326a 100644
--- a/src/Pixmap.c
+++ b/src/Pixmap.c
@@ -37,7 +37,9 @@
#include <X11/Xmu/CharSet.h>
#include <X11/Xfuncs.h>
#include <X11/extensions/shape.h>
+#ifndef OLDXAW
#include <X11/xpm.h>
+#endif
#include "Private.h"
#ifdef __UNIXOS2__