diff options
Diffstat (limited to 'wlp/C/commands.y')
-rw-r--r-- | wlp/C/commands.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wlp/C/commands.y b/wlp/C/commands.y index 8b720d7..e6cfb18 100644 --- a/wlp/C/commands.y +++ b/wlp/C/commands.y @@ -3,6 +3,7 @@ /*#define YYSTYPE char**/ /*#define DEBUG*/ #include "macro.h" +#include "string.h" %} %union { |