Skip to content

Commit 88f2407

Browse files
committed
Merge branch 'bb/redecl-enum-fix'
Compilation fix. * bb/redecl-enum-fix: packfile: ensure that enum object_type is defined
2 parents e28daf2 + b42f98a commit 88f2407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packfile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#ifndef PACKFILE_H
22
#define PACKFILE_H
33

4+
#include "cache.h"
45
#include "oidset.h"
56

67
/* in object-store.h */
78
struct packed_git;
89
struct object_info;
9-
enum object_type;
1010

1111
/*
1212
* Generate the filename to be used for a pack file with checksum "sha1" and

0 commit comments

Comments
 (0)