Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add first cut at "git-receive-pack"
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 9b021d6560c77555a8ecfd1772aeb7eba72e85ac..4e20455f4fdc5dc513965c154917c218804cc865 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-14,6
+14,8
@@
#include <sys/mman.h>
#include <sys/param.h>
#include <netinet/in.h>
+#include <sys/types.h>
+#include <dirent.h>
#include SHA1_HEADER
#include <zlib.h>