mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-09 04:29:07 +00:00
Include common.h in hashtable.h
Without this, hashtable.h doesn't know what uint32_t is and the compiler thinks that it's a function type. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
This commit is contained in:
parent
f12aa9dc5e
commit
8f63d54cb6
@ -4,6 +4,7 @@
|
||||
#include "git2/common.h"
|
||||
#include "git2/oid.h"
|
||||
#include "git2/odb.h"
|
||||
#include "common.h"
|
||||
|
||||
#define GIT_HASHTABLE_HASHES 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user