diff options
-rw-r--r-- | lex.l | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ %{ #include <X11/X.h> +#include <stdlib.h> #include "gram.h" #include "constants.h" #if defined(FLEX_SCANNER) && !defined(YY_FLEX_LEX_COMPAT) && !defined(__UNIXOS2__) |