[PATCH libXaw3d] Fix build after f28531a33d1f28bc86626b3013ef7857b564647f

Gaetan Nadon memsize at videotron.ca
Fri Sep 2 05:54:32 PDT 2011


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>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110902/b86e6604/attachment.htm>
-------------- 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/20110902/b86e6604/attachment.pgp>


More information about the xorg-devel mailing list