summaryrefslogtreecommitdiff
path: root/src/win32/findfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/findfile.h')
-rw-r--r--src/win32/findfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win32/findfile.h b/src/win32/findfile.h
index 3d5fff439..1eae4691c 100644
--- a/src/win32/findfile.h
+++ b/src/win32/findfile.h
@@ -8,6 +8,8 @@
#ifndef INCLUDE_git_findfile_h__
#define INCLUDE_git_findfile_h__
+#include "common.h"
+
extern int git_win32__find_system_dirs(git_buf *out, const wchar_t *subpath);
extern int git_win32__find_global_dirs(git_buf *out);
extern int git_win32__find_xdg_dirs(git_buf *out);