[PATCH libXaw3d] Fix build after f28531a33d1f28bc86626b3013ef7857b564647f
Gaetan Nadon
memsize at videotron.ca
Sat Sep 3 11:07:32 PDT 2011
On Fri, 2011-09-02 at 08:54 -0400, Gaetan Nadon wrote:
> On Thu, 2011-09-01 at 21:17 -0500, Yaakov (Cygwin/X) wrote:
>
> > From: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
> >
> > Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
> > ---
> > src/laygram.y | 2 +-
> > src/laylex.l | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/src/laygram.y b/src/laygram.y
> > index 1ac05a0..3644dd4 100644
> > --- a/src/laygram.y
> > +++ b/src/laygram.y
> > @@ -10,7 +10,7 @@
> >
> > #include <X11/Xmu/Misc.h>
> > #include <X11/Xmu/Converters.h>
> > -#include "LayoutP.h"
> > +#include <X11/Xaw3d/LayoutP.h>
> >
> > #define yysetdest LayYYsetdest
> > #define yywrap LayYYwrap
> > diff --git a/src/laylex.l b/src/laylex.l
> > index 8aa19ef..e357207 100644
> > --- a/src/laylex.l
> > +++ b/src/laylex.l
> > @@ -11,7 +11,7 @@
> > #include <X11/IntrinsicP.h>
> > #include <X11/StringDefs.h>
> >
> > -#include "LayoutP.h"
> > +#include <X11/Xaw3d/LayoutP.h>
> > #include "laygram.h"
> >
> > #define yylval LayYYlval
>
>
>
> Reviewed-by: Gaetan Nadon <memsize at videotron.ca>
> Tested-by: Gaetan Nadon <memsize at videotron.ca>
>
Given it's a build fix, pushed to master.
Thanks
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110903/d994dfce/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110903/d994dfce/attachment.pgp>
More information about the xorg-devel
mailing list