aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py1
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