mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fix problems with includes now that our previous linux/acl.h has gone away.
This commit is contained in:
+4
-3
@@ -35,12 +35,13 @@
|
||||
* using IRIX semantics or Linux semantics
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <getopt.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/acl.h>
|
||||
|
||||
char *prog;
|
||||
|
||||
+3
-2
@@ -35,9 +35,10 @@
|
||||
* Use IRIX semantics or Linux semantics if pertinent.
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <getopt.h>
|
||||
#include <sys/acl.h>
|
||||
|
||||
char *prog;
|
||||
|
||||
Reference in New Issue
Block a user