From 529c37156dfe05db9049a89b7ebb8585f49efccb Mon Sep 17 00:00:00 2001 From: Jacques Germishuys Date: Sun, 13 Jul 2014 16:12:33 +0200 Subject: [PATCH] Fix unix/posix.h include guard --- src/unix/posix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/unix/posix.h b/src/unix/posix.h index 1e41bcf18..ccdc7536e 100644 --- a/src/unix/posix.h +++ b/src/unix/posix.h @@ -4,8 +4,8 @@ * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ -#ifndef INCLUDE_posix__w32_h__ -#define INCLUDE_posix__w32_h__ +#ifndef INCLUDE_posix__unix_h__ +#define INCLUDE_posix__unix_h__ #include #include