Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2011-07-29 16:08:45 +0000
committereutarass2011-07-29 16:08:45 +0000
commit8f6e7a50d319c2f6558cdecc4a4ac9a489cfe474 (patch)
tree925d1a1a9bd5a8d69b9e883bfe6314325fd1c924 /framework
parent9442b237db61481275472409cd04a273c3978355 (diff)
downloadorg.eclipse.tcf.agent-8f6e7a50d319c2f6558cdecc4a4ac9a489cfe474.tar.gz
org.eclipse.tcf.agent-8f6e7a50d319c2f6558cdecc4a4ac9a489cfe474.tar.xz
org.eclipse.tcf.agent-8f6e7a50d319c2f6558cdecc4a4ac9a489cfe474.zip
TCF Agent: fixed compiler warning: implicit declaration of function ‘exit’
Diffstat (limited to 'framework')
-rw-r--r--framework/mdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/mdep.c b/framework/mdep.c
index d3770bec..b219d2fc 100644
--- a/framework/mdep.c
+++ b/framework/mdep.c
@@ -21,6 +21,7 @@
*/
#include <config.h>
+#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <errno.h>

Back to the top