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:
Nick Kralevich 2014-03-11 15:29:38 -07:00 committed by Stephen Smalley
parent 0e00684f69
commit e91b5d2ad0
1 changed files with 1 additions and 0 deletions

View File

@ -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>