diff options
author | David Robillard <d@drobilla.net> | 2022-10-23 12:30:41 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-10-23 12:40:05 -0400 |
commit | 07b1289cd4907aa3defe3fc600f3db1dcefcb719 (patch) | |
tree | ffc16da1673cf0d1b7a4980e5b63215dd2143647 /test/headers/test_headers.c | |
parent | aeb1b45effb1eb64761a140544a38ad60c868228 (diff) | |
download | zix-07b1289cd4907aa3defe3fc600f3db1dcefcb719.tar.gz zix-07b1289cd4907aa3defe3fc600f3db1dcefcb719.tar.bz2 zix-07b1289cd4907aa3defe3fc600f3db1dcefcb719.zip |
Split reference documentation up into groups and add global header
The "global" header just provides a convenient place to define the group
structure of the library. Applications are better off using the individual
headers, but this one will work fine if you don't care about build times or
precise dependencies.
Diffstat (limited to 'test/headers/test_headers.c')
-rw-r--r-- | test/headers/test_headers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/headers/test_headers.c b/test/headers/test_headers.c index 80a1852..c1a9fc3 100644 --- a/test/headers/test_headers.c +++ b/test/headers/test_headers.c @@ -14,6 +14,7 @@ #include "zix/status.h" // IWYU pragma: keep #include "zix/thread.h" // IWYU pragma: keep #include "zix/tree.h" // IWYU pragma: keep +#include "zix/zix.h" // IWYU pragma: keep #if defined(__GNUC__) __attribute__((const)) |