Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2011-07-29 16:11:06 +0000
committereutarass2011-07-29 16:11:06 +0000
commit8251e6bad5ee8ba658645542060f0027ba591067 (patch)
tree23aa6f35c2b9526b96571e3731536ecbdefc2808
parent842bf8fcc98071df1230cd172d3fef70c6b9be42 (diff)
downloadorg.eclipse.tcf.agent-8251e6bad5ee8ba658645542060f0027ba591067.tar.gz
org.eclipse.tcf.agent-8251e6bad5ee8ba658645542060f0027ba591067.tar.xz
org.eclipse.tcf.agent-8251e6bad5ee8ba658645542060f0027ba591067.zip
TCF Agent: fixed compiler warning: implicit declaration of function ‘exit’
-rw-r--r--framework/mdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/mdep.c b/framework/mdep.c
index 7a46f4da..775b5731 100644
--- a/framework/mdep.c
+++ b/framework/mdep.c
@@ -20,6 +20,7 @@
*/
#include <config.h>
+#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <errno.h>

Back to the top