diff options
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/type.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/guide/type.md b/docs/guide/type.md index bd96d140..cee53162 100644 --- a/docs/guide/type.md +++ b/docs/guide/type.md @@ -185,6 +185,7 @@ struct Header __packed ### Import Header File If you already have a collection of headers containing types you want to use, you can import them directly. You can specify the compiler flags that would be used if a compiler were compiling a source file that uses this header. Specifically this means you can/should specify: + - `-isystem<path>` for various system header paths - `-I<path>` for various user header paths - `-D<macro>=<value>` for macro definitions |
