diff options
Diffstat (limited to 'libbb/mingw.c')
-rw-r--r-- | libbb/mingw.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libbb/mingw.c b/libbb/mingw.c index 1a9f35f4d..f90fbc1d2 100644 --- a/libbb/mingw.c +++ b/libbb/mingw.c | |||
@@ -1,6 +1,6 @@ | |||
1 | #include "../git-compat-util.h" | 1 | #include "libbb.h" |
2 | #include "win32.h" | 2 | #include "win32.h" |
3 | #include "../strbuf.h" | 3 | #include "strbuf.h" |
4 | #include "run-command.h" | 4 | #include "run-command.h" |
5 | 5 | ||
6 | unsigned int _CRT_fmode = _O_BINARY; | 6 | unsigned int _CRT_fmode = _O_BINARY; |
@@ -1277,7 +1277,6 @@ char *strptime(const char *s, const char *format, struct tm *tm) | |||
1277 | { | 1277 | { |
1278 | return NULL; | 1278 | return NULL; |
1279 | } | 1279 | } |
1280 | void gitunsetenv(const char *env) | 1280 | void unsetenv(const char *env) |
1281 | { | 1281 | { |
1282 | } | 1282 | } |
1283 | |||