diff options
Diffstat (limited to 'src/win32/error.h')
-rw-r--r-- | src/win32/error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win32/error.h b/src/win32/error.h index 12947a2e6..a2ecf6a6a 100644 --- a/src/win32/error.h +++ b/src/win32/error.h @@ -8,6 +8,8 @@ #ifndef INCLUDE_git_win32_error_h__ #define INCLUDE_git_win32_error_h__ +#include "common.h" + extern char *git_win32_get_error_message(DWORD error_code); #endif |