mirror of
https://github.com/git/git.git
synced 2026-03-04 06:27:36 +01:00
Merge branch 'bb/redecl-enum-fix'
Compilation fix. * bb/redecl-enum-fix: packfile: ensure that enum object_type is defined
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user