diff options
Diffstat (limited to 'shared/common/lex.c')
-rw-r--r-- | shared/common/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/common/lex.c b/shared/common/lex.c index e9fd574..aafed9d 100644 --- a/shared/common/lex.c +++ b/shared/common/lex.c @@ -10,7 +10,7 @@ #else #include "m_pd.h" #endif -#include "common/lex.h" +#include "lex.h" static int lex_nextbyte(t_lex *lx, unsigned char *buf) { |