diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-06-10 12:49:17 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-06-10 12:49:17 +0200 |
commit | 95aace51cca7c7a87107a52a5618bba2135ce025 (patch) | |
tree | 8fea131476f4b1df2644823a66392adfa3a53274 /plugins/perl/perl.c | |
parent | 04829d015d500719d8aaeef56d988a46fd2639b7 (diff) |
More solution fixes and add language interfaces
Diffstat (limited to 'plugins/perl/perl.c')
-rw-r--r-- | plugins/perl/perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index 719ef292..b07aa651 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -28,7 +28,7 @@ #ifdef WIN32 #include <windows.h> #define _INC_DIRENT /* disable inclusion of perl's dirent.h, we use an own version for win32 */ -#include "../../src/common/dirent-win32.h" +#include "../../src/dirent/dirent-win32.h" #else #include <dirent.h> #endif |