summaryrefslogtreecommitdiff
path: root/src/unix/realpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/realpath.c')
-rw-r--r--src/unix/realpath.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/unix/realpath.c b/src/unix/realpath.c
index 2e49150c2..893bac87b 100644
--- a/src/unix/realpath.c
+++ b/src/unix/realpath.c
@@ -4,7 +4,10 @@
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
-#include <git2/common.h>
+
+#include "common.h"
+
+#include "git2/common.h"
#ifndef GIT_WIN32