summaryrefslogtreecommitdiff
path: root/src/win32/w32_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/w32_buffer.h')
-rw-r--r--src/win32/w32_buffer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/win32/w32_buffer.h b/src/win32/w32_buffer.h
index 43298e4a7..4227296d8 100644
--- a/src/win32/w32_buffer.h
+++ b/src/win32/w32_buffer.h
@@ -8,13 +8,12 @@
#define INCLUDE_win32_w32_buffer_h__
#include "common.h"
-
-#include "../buffer.h"
+#include "str.h"
/**
* Convert a wide character string to UTF-8 and append the results to the
* buffer.
*/
-int git_buf_put_w(git_buf *buf, const wchar_t *string_w, size_t len_w);
+int git_str_put_w(git_str *buf, const wchar_t *string_w, size_t len_w);
#endif