diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 14:07:41 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 14:07:41 -0700 |
commit | 1b81b2562f3913f2d4fda5bd3a002430b51e0de4 (patch) | |
tree | cb08cc75e3a53d1c60c7a7f9e421094fdd316245 /tools/shared.py | |
parent | c7e10b85b5e48322352edf631e6c450070f50dfd (diff) |
net-related headers
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.py b/tools/shared.py index ae1ca94b..ce2dff14 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -37,6 +37,7 @@ if USE_EMSDK: '-I' + path_from_root('system', 'include', 'freebsd'), # posix stuff '-I' + path_from_root('system', 'include', 'libc'), '-I' + path_from_root('system', 'include', 'libcxx'), + '-I' + path_from_root('system', 'include', 'net'), ] # Engine tweaks |