Skip to content
Snippets Groups Projects
Commit 232a8bb4 authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Added include for 'exit' call, which might be needed on some systems (bug 563718)


Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
Change-Id: I08f8ed7c1ca9d18ed493c83664a1ec3f28d1d935
parent ecbfe92d
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "../../common/path.h" #include "../../common/path.h"
#include "../../common/userinfo.h" #include "../../common/userinfo.h"
#include "../../common/version_internal.h" #include "../../common/version_internal.h"
#include <stdlib.h>
// implemented in coding_attrib_p.y // implemented in coding_attrib_p.y
extern Ttcn::ExtensionAttributes * parse_extattributes( extern Ttcn::ExtensionAttributes * parse_extattributes(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment