diff options
Diffstat (limited to 'src/proxy.h')
| -rw-r--r-- | src/proxy.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/proxy.h b/src/proxy.h index bf9382737..7582301c9 100644 --- a/src/proxy.h +++ b/src/proxy.h @@ -7,8 +7,10 @@ #ifndef INCLUDE_proxy_h__ #define INCLUDE_proxy_h__ +#include "common.h" + #include "git2/proxy.h" extern int git_proxy_options_dup(git_proxy_options *tgt, const git_proxy_options *src); -#endif
\ No newline at end of file +#endif |
