Commit 529c3715 by Jacques Germishuys

Fix unix/posix.h include guard

parent a6d7e166
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
* This file is part of libgit2, distributed under the GNU GPL v2 with * This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file. * a Linking Exception. For full terms see the included COPYING file.
*/ */
#ifndef INCLUDE_posix__w32_h__ #ifndef INCLUDE_posix__unix_h__
#define INCLUDE_posix__w32_h__ #define INCLUDE_posix__unix_h__
#include <stdio.h> #include <stdio.h>
#include <sys/param.h> #include <sys/param.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment