diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-12-11 18:04:35 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-12-11 18:04:35 +0100 |
commit | 13ee029364b37eca95c43641420e75c872b32653 (patch) | |
tree | ef13e150cc5d2e15d4c879af644d9ba242c9c182 /plugins/lua/lua.c | |
parent | 132ef6cb50201cb6ab8ab0609a88ccce62aa6a21 (diff) |
some more multiplatform support
Diffstat (limited to 'plugins/lua/lua.c')
-rw-r--r-- | plugins/lua/lua.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lua/lua.c b/plugins/lua/lua.c index 9574fd4d..9f29bf08 100644 --- a/plugins/lua/lua.c +++ b/plugins/lua/lua.c @@ -43,12 +43,12 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -#include "../../src/common/dirent.h" #include <errno.h> #include <ctype.h> #ifdef _WIN32 #include <direct.h> /* for getcwd */ +#include "../../src/common/dirent-win32.h" #endif #if !( defined(_WIN32) || defined(LXC_XCHAT_GETTEXT) ) |