diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-27 16:44:43 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-27 16:44:43 +0000 |
commit | 651a3e0a2dcead0aad75734b438bf900de4f7c5c (patch) | |
tree | c26fcd16fc42d95c525bcb1831cf8acc3e363058 | |
parent | 1c36da4ef2e308cb5b7a80b1e914fd637d622fae (diff) |
Fix Xaw6 to build without Xpm.XORG-6_8_99_903
-rw-r--r-- | src/Pixmap.c | 2 |
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__ |