Tweaks to clang support and fix for clang/module support

This commit is contained in:
Jason Turner
2012-05-15 13:56:59 -06:00
parent 974c903d1c
commit 8e24eef265
2 changed files with 10 additions and 8 deletions

View File

@@ -13,6 +13,10 @@
#include "../chaiscript_defines.hpp"
#include "chaiscript_common.hpp"
#if defined(__linux__) || defined(__unix__) || defined(__APPLE__)
#include <unistd.h>
#endif
#ifdef _POSIX_VERSION
#include <dlfcn.h>
#else