summary refs log tree commit diff stats
path: root/plugins/python/python.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-04 04:22:22 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-04 04:22:22 +0100
commit4ec499c2417819a174ebd68529da2a21e9c5c72c (patch)
tree1b305cbf9a80517641c1049d5d45d018d0384784 /plugins/python/python.c
parent0e9658f2aba9deddef640da10ca238dd908fb2ac (diff)
Eliminate warnings due to missing includes
Diffstat (limited to 'plugins/python/python.c')
-rw-r--r--plugins/python/python.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/python/python.c b/plugins/python/python.c
index 2ef531c5..efe57480 100644
--- a/plugins/python/python.c
+++ b/plugins/python/python.c
@@ -57,6 +57,7 @@
 #include <sys/types.h>
 
 #ifdef WIN32
+#include <direct.h>
 #include "../../src/dirent/dirent-win32.h"
 #include "../../config-win32.h"
 #else