Commit a38afb9547534af3b0a3d09fc24057b68cc8cf6b

Carlos Martín Nieto 2015-08-18T16:09:28

Merge pull request #3387 from leoyanggit/build_warning Fix build warning: implicit declaration of function ‘git_transaction_config_new’

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/config.c b/src/config.c
index 2df1fc8..f0b2c3a 100644
--- a/src/config.c
+++ b/src/config.c
@@ -13,6 +13,7 @@
 #include "vector.h"
 #include "buf_text.h"
 #include "config_file.h"
+#include "transaction.h"
 #if GIT_WIN32
 # include <windows.h>
 #endif