summaryrefslogtreecommitdiff
path: root/src/win32/findfile.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-11-09 14:15:32 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2021-11-09 15:17:19 +0000
commit1a8b2922d953e78bd51fc6d5ef290e1f7e00af3a (patch)
tree746a9c63a838bce89eab4e24d337e05a44f63cc3 /src/win32/findfile.c
parent1217c5b232a2343f711ecf4c4ed38211ee6a268a (diff)
downloadlibgit2-ethomson/path.tar.gz
win32: include correct path headerethomson/path
Diffstat (limited to 'src/win32/findfile.c')
-rw-r--r--src/win32/findfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/findfile.c b/src/win32/findfile.c
index 7578d960e..d4afc4acc 100644
--- a/src/win32/findfile.c
+++ b/src/win32/findfile.c
@@ -9,7 +9,7 @@
#include "path_w32.h"
#include "utf-conv.h"
-#include "path.h"
+#include "fs_path.h"
#define REG_MSYSGIT_INSTALL_LOCAL L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Git_is1"