Skip to content

Commit

Permalink
Merge branch 'rj/header'
Browse files Browse the repository at this point in the history
* rj/header:
  Fix header breakage with _XOPEN_SOURCE.
  • Loading branch information
Junio C Hamano committed Aug 12, 2006
2 parents a69a165 + da7bad5 commit 022f25e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convert-objects.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 022f25e

Please sign in to comment.