Commit 6e2b10b6 authored by Andrew Wiley's avatar Andrew Wiley

added includes

parent 992ac0d2
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
#include <cxxabi.h> #include <cxxabi.h>
#endif #endif
#include <stdlib.h>
namespace cppa { namespace detail { namespace cppa { namespace detail {
std::string demangle(const char* decorated) std::string demangle(const char* decorated)
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/un.h> #include <sys/un.h>
#include <stdlib.h> #include <stdlib.h>
#include <errno.h>
namespace { namespace {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment