diff options
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common.h b/src/common.h index ca203ee5c..e3a9e1984 100644 --- a/src/common.h +++ b/src/common.h @@ -33,14 +33,14 @@ # include "win32/pthread.h" #endif -# define snprintf _snprintf - #else -# include <unistd.h> +# include <unistd.h> # ifdef GIT_THREADS # include <pthread.h> # endif +#define GIT_STDLIB_CALL + #endif #include "git2/types.h" |
