Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add git-send-email to .gitignore
[gitweb.git]
/
convert-objects.c
diff --git
a/convert-objects.c
b/convert-objects.c
index 9ad0c77678a740c82c91b4f99de039e12605808d..073cab592fba81c97e6f13d660b0329a42427ef0 100644
(file)
--- a/
convert-objects.c
+++ b/
convert-objects.c
@@
-1,4
+1,5
@@
#define _XOPEN_SOURCE /* glibc2 needs this */
+#define __EXTENSIONS__ /* solaris needs this */
#include <time.h>
#include <ctype.h>
#include "cache.h"