summaryrefslogtreecommitdiff
path: root/src/oid.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2017-08-15 10:35:47 -0700
committerGitHub <noreply@github.com>2017-08-15 10:35:47 -0700
commit1560b5808e71af170d3a0c09f35cab7e973df5a5 (patch)
tree9a6dced7d29678142fe24bb6c7271b859899ed33 /src/oid.h
parent6be167f13076294721b8707197ce2d049313fb0b (diff)
parent0c7f49dd4316b332f30b4ea72a657bace41e1245 (diff)
downloadlibgit2-1560b5808e71af170d3a0c09f35cab7e973df5a5.tar.gz
Merge pull request #4288 from pks-t/pks/include-fixups
Include fixups
Diffstat (limited to 'src/oid.h')
-rw-r--r--src/oid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/oid.h b/src/oid.h
index ca6c92cfd..84231ffca 100644
--- a/src/oid.h
+++ b/src/oid.h
@@ -7,6 +7,8 @@
#ifndef INCLUDE_oid_h__
#define INCLUDE_oid_h__
+#include "common.h"
+
#include "git2/oid.h"
/**