diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-11 10:22:56 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-11 11:48:40 +0200 |
| commit | d25f23805c6d7128b508a359d47af136dd2fd0db (patch) | |
| tree | f0fa7998db9f58a475d8e54f17239aa7822be254 /test/test.h | |
| parent | 9c5c7af7abe9e444210ac86b903eee775fc76a84 (diff) | |
| download | nissy-core-d25f23805c6d7128b508a359d47af136dd2fd0db.tar.gz nissy-core-d25f23805c6d7128b508a359d47af136dd2fd0db.zip | |
Wrapped pthread use in custom API
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index 6230f36..703447b 100644 --- a/test/test.h +++ b/test/test.h | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | #include <stdlib.h> | 8 | #include <stdlib.h> |
| 9 | #include <string.h> | 9 | #include <string.h> |
| 10 | 10 | ||
| 11 | #include "../src/utils/wrapthread.h" | ||
| 11 | #include "../src/nissy.h" | 12 | #include "../src/nissy.h" |
| 12 | #include "../src/arch/arch.h" | 13 | #include "../src/arch/arch.h" |
| 13 | #include "../src/core/core_types.h" | 14 | #include "../src/core/core_types.h" |
