mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 17:20:22 +00:00
Fix visibility of transaction symbol
Transaction.c did not include the visibility definition of its symbol (that are in git2/transaction.h) and so was by default hidden.
This commit is contained in:
parent
6995b18ad2
commit
5c757327fa
@ -13,6 +13,7 @@
|
||||
#include "reflog.h"
|
||||
#include "signature.h"
|
||||
|
||||
#include "git2/transaction.h"
|
||||
#include "git2/signature.h"
|
||||
#include "git2/sys/refs.h"
|
||||
#include "git2/sys/refdb_backend.h"
|
||||
|
Loading…
Reference in New Issue
Block a user