Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 889d8c8

Browse files
committed
Fixed git2.h not including threads.h anymore
1 parent 65f6c1c commit 889d8c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/git2.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "git2/diff.h"
2525
#include "git2/errors.h"
2626
#include "git2/filter.h"
27+
#include "git2/global.h"
2728
#include "git2/graph.h"
2829
#include "git2/ignore.h"
2930
#include "git2/index.h"
@@ -56,7 +57,7 @@
5657
#include "git2/status.h"
5758
#include "git2/submodule.h"
5859
#include "git2/tag.h"
59-
#include "git2/global.h"
60+
#include "git2/threads.h"
6061
#include "git2/transport.h"
6162
#include "git2/tree.h"
6263
#include "git2/types.h"

0 commit comments

Comments
 (0)