diff options
Diffstat (limited to '')
-rw-r--r-- | flx/check.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flx/check.c b/flx/check.c index 0a425c3..9589c5e 100644 --- a/flx/check.c +++ b/flx/check.c @@ -23,6 +23,7 @@ #include <string.h> #include <stdio.h> +#include <stdlib.h> #include "flx.h" #include "check.h" |