Skip to content

Commit b2150d6

Browse files
committed
nacl_helper_bootstrap: let Clang find PATH_MAX
1 parent be536f3 commit b2150d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trusted/service_runtime/linux/nacl_bootstrap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
#include <elf.h>
2121
#include <fcntl.h>
22-
#include <limits.h>
22+
#include <linux/limits.h>
2323
#include <link.h>
2424
#include <stddef.h>
2525
#include <stdint.h>

0 commit comments

Comments
 (0)