summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--get_path.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/get_path.c b/get_path.c
index 952979bbe7..601f3a9d14 100644
--- a/get_path.c
+++ b/get_path.c
@@ -21,6 +21,10 @@
#include <unistd.h>
#endif
+#ifdef WIN32
+#include <windows.h>
+#endif
+
char *get_path(const char *filename){
char *homedir;
char *buff;