summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2010-10-28 00:29:30 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-27 16:05:46 -0700
commit5136e2aabb73fec3c1670616bf0ebf828a1a1ca9 (patch)
tree98aad67c8c82a81731758ef9c3406a7abfe0b361
parent7b8196c9f7723b77b5d18fc1cc2070e557a7f767 (diff)
downloadxorg-lib-libXaw-5136e2aabb73fec3c1670616bf0ebf828a1a1ca9.tar.gz
Fix missing <X11/Intrinsic.h> in XawInit.h
Configure scripts/test programs might have troubles detecting libXaw by just including XawInit.h, since it doesn't include <X11/Intrinsic.h>, even though it's needed for the Widget definition. X.Org Bugzilla #3526 <https://bugs.freedesktop.org/show_bug.cgi?id=3526> Signed-off-by: Cyril Brulebois <kibi@debian.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--include/X11/Xaw/XawInit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/X11/Xaw/XawInit.h b/include/X11/Xaw/XawInit.h
index 3d1359c..73226b2 100644
--- a/include/X11/Xaw/XawInit.h
+++ b/include/X11/Xaw/XawInit.h
@@ -36,6 +36,7 @@ in this Software without prior written authorization from The Open Group.
typedef struct _XawDL XawDisplayList;
#endif /* OLDXAW */
+#include <X11/Intrinsic.h>
#include <X11/Xfuncproto.h>
_XFUNCPROTOBEGIN