diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-07-06 01:04:04 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-07-06 01:04:04 +0200 |
commit | e9c6571d7fd39c82232fd965544ce34c6974a441 (patch) | |
tree | 13d699955905de73aa437b0c1ea46e4bc20e00d9 /src/win32/posix.h | |
parent | 6507743400b8189d31aa49f775fd06b2ed504fbd (diff) | |
download | libgit2-e9c6571d7fd39c82232fd965544ce34c6974a441.tar.gz |
fnmatch: Use native on Unix, emulate on Win32
Diffstat (limited to 'src/win32/posix.h')
-rw-r--r-- | src/win32/posix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32/posix.h b/src/win32/posix.h index 90571ae1d..503c5d874 100644 --- a/src/win32/posix.h +++ b/src/win32/posix.h @@ -2,6 +2,7 @@ #define INCLUDE_posix__w32_h__ #include "common.h" +#include "fnmatch.h" GIT_INLINE(int) p_link(const char *GIT_UNUSED(old), const char *GIT_UNUSED(new)) { |