From e64f029c6981137486b66b61938a69bd39648b82 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Thu, 28 Oct 2010 00:29:30 +0200 Subject: [PATCH] Fix missing in XawInit.h Configure scripts/test programs might have troubles detecting libXaw by just including XawInit.h, since it doesn't include , even though it's needed for the Widget definition. X.Org Bugzilla #3526 Signed-off-by: Cyril Brulebois --- include/X11/Xaw/XawInit.h | 1 + 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 #include _XFUNCPROTOBEGIN -- 1.7.2.3