Skip to content

Commit 1a8b292

Browse files
committed
win32: include correct path header
1 parent 1217c5b commit 1a8b292

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/fs_path.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "posix.h"
1313
#include "str.h"
1414
#include "vector.h"
15+
#include "utf8.h"
1516

1617
#include "git2/sys/path.h"
1718

src/win32/findfile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#include "path_w32.h"
1111
#include "utf-conv.h"
12-
#include "path.h"
12+
#include "fs_path.h"
1313

1414
#define REG_MSYSGIT_INSTALL_LOCAL L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Git_is1"
1515

src/win32/path_w32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include "path_w32.h"
99

10-
#include "path.h"
10+
#include "fs_path.h"
1111
#include "utf-conv.h"
1212
#include "posix.h"
1313
#include "reparse.h"

src/win32/posix_w32.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99

1010
#include "../posix.h"
1111
#include "../futils.h"
12-
#include "path.h"
12+
#include "fs_path.h"
1313
#include "path_w32.h"
1414
#include "utf-conv.h"
15-
#include "repository.h"
1615
#include "reparse.h"
1716
#include <errno.h>
1817
#include <io.h>

0 commit comments

Comments
 (0)