diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2009-05-01 16:44:55 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2009-05-01 16:44:55 +0200 |
commit | 347aeb099e9c78eb74d9c905ffc233d8baadcc59 (patch) | |
tree | 28a97e012972571cfa61dd0ea3aae515d836e667 /flx/check.c | |
parent | flx: ignore *.o and flx (diff) | |
download | flxutils-347aeb099e9c78eb74d9c905ffc233d8baadcc59.tar.xz |
flx: fix implicit declaration of function 'exit'
Diffstat (limited to 'flx/check.c')
-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" |