diff options
Diffstat (limited to 'src/laylex.l')
-rw-r--r-- | src/laylex.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/laylex.l b/src/laylex.l index e357207..2574782 100644 --- a/src/laylex.l +++ b/src/laylex.l @@ -13,6 +13,7 @@ #include <X11/Xaw3d/LayoutP.h> #include "laygram.h" +#include "LayYY.h" #define yylval LayYYlval #define yyerror LayYYerror |