aboutsummaryrefslogtreecommitdiff
path: root/flx/check.c
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2009-05-01 16:44:55 +0200
committerBertrand Jacquin <beber@meleeweb.net>2009-05-01 16:44:55 +0200
commit347aeb099e9c78eb74d9c905ffc233d8baadcc59 (patch)
tree28a97e012972571cfa61dd0ea3aae515d836e667 /flx/check.c
parentflx: ignore *.o and flx (diff)
downloadflxutils-347aeb099e9c78eb74d9c905ffc233d8baadcc59.tar.xz
flx: fix implicit declaration of function 'exit'
Diffstat (limited to 'flx/check.c')
-rw-r--r--flx/check.c1
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"