Fix unix/posix.h include guard

This commit is contained in:
Jacques Germishuys 2014-07-13 16:12:33 +02:00
parent a6d7e16634
commit 529c37156d

View File

@ -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>