Fix includes in Darwin/Mac OS X

This commit is contained in:
2021-05-20 15:12:44 +01:00
parent f3beb862af
commit 82c8a79aee
3 changed files with 5 additions and 3 deletions

View File

@@ -3,9 +3,10 @@
//
#include <Carbon/Carbon.h>
#include <MacTypes.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/syslimits.h>
#include <unistd.h>
#include "carbon.h"

View File

@@ -23,7 +23,9 @@ Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#include <errno.h>
#include <stdint.h>
#include <string.h>
#include <sys/attr.h>
#include <unistd.h>
#include "volume.h"

View File

@@ -28,9 +28,8 @@ Copyright (C) 2011-2021 Natalia Portillo
#include <sys/stat.h>
#include <unistd.h>
#include "xattr.h"
#include "../../log.h"
#include "xattr.h"
void DarwinExtendedAttributes(const char* path)
{