summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 8c336e3ef..d0c3cd04a 100644
--- a/src/util.h
+++ b/src/util.h
@@ -7,6 +7,9 @@
#ifndef INCLUDE_util_h__
#define INCLUDE_util_h__
+#include "git2/buffer.h"
+#include "buffer.h"
+
#if defined(GIT_MSVC_CRTDBG)
/* Enable MSVC CRTDBG memory leak reporting.
*
@@ -599,4 +602,6 @@ GIT_INLINE(double) git__timer(void)
#endif
+extern int git__getenv(git_buf *out, const char *name);
+
#endif /* INCLUDE_util_h__ */