heimdal_base: Fix include path so heim_threads.h can be found.
[metze/samba/wip.git] / source4 / heimdal_build / wscript_build
index f3e3b75baa37434af3e7f0373e4a0d4f12a1565e..0ebb33935c32fca7cc7e0fec155eefc714d8876a 100644 (file)
@@ -684,7 +684,7 @@ HEIMDAL_SUBSYSTEM('HEIMDAL_HCRYPTO',
 
 HEIMDAL_SUBSYSTEM('HEIMDAL_BASE',
     'base/array.c base/bool.c base/dict.c base/heimbase.c base/string.c base/number.c base/null.c',
-    includes='../heimdal/base',
+    includes='../heimdal/base ../heimdal/include',
     deps='roken replace'
     )