diff options
Diffstat (limited to 'gas/itbl-lex.l')
-rw-r--r-- | gas/itbl-lex.l | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/itbl-lex.l b/gas/itbl-lex.l index ed0be64..e924efc 100644 --- a/gas/itbl-lex.l +++ b/gas/itbl-lex.l @@ -22,7 +22,8 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> -#include "itbl-parse.h" + +#include <itbl-parse.h> #ifdef DEBUG #define DBG(x) printf x |