Skip to content

Commit 1f2f454

Browse files
committed
fix: add git2r_proxy.h
1 parent fbf283c commit 1f2f454

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/git2r_clone.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "git2r_clone.h"
2424
#include "git2r_cred.h"
2525
#include "git2r_error.h"
26+
#include "git2r_proxy.h"
2627
#include "git2r_transfer.h"
2728

2829
/**

src/git2r_push.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "git2r_arg.h"
2323
#include "git2r_cred.h"
2424
#include "git2r_error.h"
25+
#include "git2r_proxy.h"
2526
#include "git2r_push.h"
2627
#include "git2r_repository.h"
2728
#include "git2r_signature.h"

src/git2r_remote.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "git2r_arg.h"
2323
#include "git2r_cred.h"
2424
#include "git2r_error.h"
25+
#include "git2r_proxy.h"
2526
#include "git2r_remote.h"
2627
#include "git2r_repository.h"
2728
#include "git2r_S3.h"

0 commit comments

Comments
 (0)