Browse Source

Merge branch 'rj/header'

* rj/header:
  Fix header breakage with _XOPEN_SOURCE.
maint
Junio C Hamano 19 years ago
parent
commit
022f25e8d4
  1. 1
      convert-objects.c

1
convert-objects.c

@ -1,5 +1,6 @@ @@ -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…
Cancel
Save