Maybe fix darwin compile error.
external/checkpolicy/policy_define.c:63: error: 'PATH_MAX' undeclared here (not in a function) [deleted] make: *** [out/host/darwin-x86/obj/EXECUTABLES/checkpolicy_intermediates/policy_define.o] Error 1 make: *** Waiting for unfinished jobs.... Change-Id: If3795c7e62ed0d685ad07047f46014f77b87b4a8
This commit is contained in:
parent
0e00684f69
commit
e91b5d2ad0
|
@ -38,6 +38,7 @@
|
|||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <sepol/policydb/expand.h>
|
||||
#include <sepol/policydb/policydb.h>
|
||||
|
|
Loading…
Reference in New Issue