summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Germishuys <jacquesg@striata.com>2014-07-13 16:12:33 +0200
committerJacques Germishuys <jacquesg@striata.com>2014-07-13 16:23:16 +0200
commit529c37156dfe05db9049a89b7ebb8585f49efccb (patch)
tree58a0dd8e54f85bd12d2ffc75c2dd6cbc41ee030e
parenta6d7e166344cb0d9aa5ecca037a975f9f19e64f1 (diff)
downloadlibgit2-529c37156dfe05db9049a89b7ebb8585f49efccb.tar.gz
Fix unix/posix.h include guard
-rw-r--r--src/unix/posix.h4
1 files 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 <stdio.h>
#include <sys/param.h>