summary refs log tree commit diff stats
path: root/plugins/python/python.c
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-06-10 12:49:17 +0200
committerBerke Viktor <berkeviktor@aol.com>2012-06-10 12:49:17 +0200
commit95aace51cca7c7a87107a52a5618bba2135ce025 (patch)
tree8fea131476f4b1df2644823a66392adfa3a53274 /plugins/python/python.c
parent04829d015d500719d8aaeef56d988a46fd2639b7 (diff)
More solution fixes and add language interfaces
Diffstat (limited to 'plugins/python/python.c')
-rw-r--r--plugins/python/python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/python.c b/plugins/python/python.c
index dcf4fc8f..74d07224 100644
--- a/plugins/python/python.c
+++ b/plugins/python/python.c
@@ -57,7 +57,7 @@
 #include <sys/types.h>
 
 #ifdef WIN32
-#include "../../src/common/dirent-win32.h"
+#include "../../src/dirent/dirent-win32.h"
 #include "../../config.h"
 #else
 #include <unistd.h>