On Thu, 2011-09-01 at 21:17 -0500, Yaakov (Cygwin/X) wrote: > From: Yaakov Selkowitz <[email protected]> > > Signed-off-by: Yaakov Selkowitz <[email protected]> > --- > 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 <[email protected]> Tested-by: Gaetan Nadon <[email protected]>
signature.asc
Description: This is a digitally signed message part
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
