diff options
Diffstat (limited to 'src/thread-utils.h')
-rw-r--r-- | src/thread-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread-utils.h b/src/thread-utils.h index 0395b97d..864ecb7b 100644 --- a/src/thread-utils.h +++ b/src/thread-utils.h @@ -84,6 +84,6 @@ typedef struct { int counter; } git_refcnt; #endif -extern int git_online_cpus(void); +GIT_EXTERN(int) git_online_cpus(void); #endif /* INCLUDE_thread_utils_h__ */ |