Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit ce8822c

Browse files
committed
Merge pull request libgit2#2707 from swisspol/fix_include
Fixed git2.h not including threads.h anymore
2 parents 624eb97 + 889d8c8 commit ce8822c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/git2.h

+2-1
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)