From aa233606dc5358292f26808439bd60836a9b5dfe Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 8 Sep 2013 22:29:44 +0200 Subject: New version from Debian --- wlp/C/commands.y | 1 + 1 file changed, 1 insertion(+) (limited to 'wlp/C/commands.y') 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 { -- cgit