Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bb/redecl-enum-fix'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 15 Aug 2018 22:08:26 +0000
(15:08 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 15 Aug 2018 22:08:26 +0000
(15:08 -0700)
Compilation fix.
* bb/redecl-enum-fix:
packfile: ensure that enum object_type is defined
packfile.h
patch
|
blob
|
history
raw
(from parent 1:
e28daf2
)
diff --git
a/packfile.h
b/packfile.h
index cc7eaffe1baef8accc1476c92145b7c4bcdcf046..fa36c473adaf02df7395329587baf07e47febb34 100644
(file)
--- a/
packfile.h
+++ b/
packfile.h
@@
-1,12
+1,12
@@
#ifndef PACKFILE_H
#define PACKFILE_H
+#include "cache.h"
#include "oidset.h"
/* in object-store.h */
struct packed_git;
struct object_info;
-enum object_type;
/*
* Generate the filename to be used for a pack file with checksum "sha1" and