Skip to content

Commit 2e155a5

Browse files
committed
nacl_helper_bootstrap: let Clang find PATH_MAX
1 parent e13791f commit 2e155a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/trusted/service_runtime/linux/nacl_bootstrap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <elf.h>
2121
#include <fcntl.h>
2222
#include <limits.h>
23+
#include <linux/limits.h>
2324
#include <link.h>
2425
#include <stddef.h>
2526
#include <stdint.h>

0 commit comments

Comments
 (0)