diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:41 -0700 |
commit | dd716840f0635beeb3bd743ddc4015519ea1edc5 (patch) | |
tree | b520e491da802b4c42cced60a826e02dfe012c53 | |
parent | Merge branch 'mr/mark-i18n-log-rerere' (diff) | |
parent | compat-util: add _DEFAULT_SOURCE define (diff) | |
download | tgif-dd716840f0635beeb3bd743ddc4015519ea1edc5.tar.xz |
Merge branch 'ss/compat-default-source-for-newer-gnu'
* ss/compat-default-source-for-newer-gnu:
compat-util: add _DEFAULT_SOURCE define
-rw-r--r-- | git-compat-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-compat-util.h b/git-compat-util.h index 4e7e3f8726..08a9ee2970 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -82,6 +82,7 @@ #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _BSD_SOURCE 1 +#define _DEFAULT_SOURCE 1 #define _NETBSD_SOURCE 1 #define _SGI_SOURCE 1 |