Commit 529c37156dfe05db9049a89b7ebb8585f49efccb

Jacques Germishuys 2014-07-13T16:12:33

Fix unix/posix.h include guard

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/src/unix/posix.h b/src/unix/posix.h
index 1e41bcf..ccdc753 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>