forked from aniani/vim
patch 8.2.3566: build failure on old systems when using nano timestamp
Problem: Build failure on old systems when using nano timestamp.
Solution: Define _BSD_SOURCE, _SVID_SOURCE and _DEFAULT_SOURCE. (Gary
Johnson, closes #9054)
This commit is contained in:
committed by
Bram Moolenaar
parent
2446ec9b56
commit
44db603f69
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3566,
|
||||
/**/
|
||||
3565,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user