diff options
Diffstat (limited to 'src/settings.c')
| -rw-r--r-- | src/settings.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.c b/src/settings.c index 030d28537..91bdfd520 100644 --- a/src/settings.c +++ b/src/settings.c @@ -34,6 +34,9 @@ int git_libgit2_features() #if defined(GIT_SSH) | GIT_FEATURE_SSH #endif +#if defined(GIT_USE_NSEC) + | GIT_FEATURE_NSEC +#endif ; } |
