diff options
Diffstat (limited to 'cc/sabi.go')
-rw-r--r-- | cc/sabi.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/sabi.go b/cc/sabi.go index af2672634..ef43c8daf 100644 --- a/cc/sabi.go +++ b/cc/sabi.go @@ -92,7 +92,8 @@ type SAbiProperties struct { // Include directories that may contain ABI information exported by a library. // These directories are passed to the header-abi-dumper. - ReexportedIncludes []string `blueprint:"mutated"` + ReexportedIncludes []string `blueprint:"mutated"` + ReexportedSystemIncludes []string `blueprint:"mutated"` } type sabi struct { |