diff options
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r-- | sandbox/sandbox.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index 6ca2cef..d711f83 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -25,6 +25,9 @@ 'sources': [ 'linux/suid/sandbox.cc', ], + 'include_dirs': [ + '..', + ], } ], }], |