mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 10:52:22 +00:00
Fix unix/posix.h include guard
This commit is contained in:
parent
a6d7e16634
commit
529c37156d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user