mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix includes in Darwin's resource fork.
This commit is contained in:
@@ -23,19 +23,19 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
*****************************************************************************/
|
||||
|
||||
#ifdef HAVE_CARBON
|
||||
#include "carbon.h"
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <paths.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/paths.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "rsrcfork.h"
|
||||
|
||||
#include "../../log.h"
|
||||
#include "carbon.h"
|
||||
#endif
|
||||
#include "rsrcfork.h"
|
||||
|
||||
void DarwinResourceFork(const char* path)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user