]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/remote.h
remote: add missing include git2/remote.h
authorMichael Schubert <schu@schu.io>
Sat, 4 Aug 2012 13:22:38 +0000 (15:22 +0200)
committerMichael Schubert <schu@schu.io>
Sat, 4 Aug 2012 13:30:28 +0000 (15:30 +0200)
commit7e9f78b5fee2d8f56711a587c35fcba10d370547
tree2af356a1b2fa5839d7d36f380188e54884ad3585
parent5daca042c642bf123f0b0a39c1ad32ca0afcac70
remote: add missing include git2/remote.h

Otherwise we get an incomplete type error, since git_remote_callbacks
isn't declared yet.
src/fetch.c
src/remote.c
src/remote.h