Merge branch 'rj/header'

* rj/header:
  Fix header breakage with _XOPEN_SOURCE.
This commit is contained in:
Junio C Hamano 2006-08-12 16:09:19 -07:00
commit 022f25e8d4

View File

@ -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"