mirror of
https://github.com/git/git.git
synced 2024-11-24 18:33:43 +08:00
Merge branch 'rj/header'
* rj/header: Fix header breakage with _XOPEN_SOURCE.
This commit is contained in:
commit
022f25e8d4
@ -1,5 +1,6 @@
|
||||
#define _XOPEN_SOURCE 500 /* glibc2 and AIX 5.3L need this */
|
||||
#define _XOPEN_SOURCE_EXTENDED 1 /* AIX 5.3L needs this */
|
||||
#define _GNU_SOURCE
|
||||
#include <time.h>
|
||||
#include "cache.h"
|
||||
#include "blob.h"
|
||||
|
Loading…
Reference in New Issue
Block a user