diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-10-05 16:20:47 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-10-05 16:20:47 +0300 |
commit | 7dcabeec63d46b436fa5f043c3d1f09d0e15be16 (patch) | |
tree | 59fff3c9173bf9243d241f281ee7c6058fc9209a /tests/test_check.c | |
parent | liblzma: Fix a compilation issue when encoders are disabled. (diff) | |
download | xz-7dcabeec63d46b436fa5f043c3d1f09d0e15be16.tar.xz |
Tests: Include mythread.h in the tests that use MYTHREAD_ENABLED.
Diffstat (limited to 'tests/test_check.c')
-rw-r--r-- | tests/test_check.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_check.c b/tests/test_check.c index e059130d..cbe6917d 100644 --- a/tests/test_check.c +++ b/tests/test_check.c @@ -12,6 +12,7 @@ /////////////////////////////////////////////////////////////////////////////// #include "tests.h" +#include "mythread.h" // These must be specified as numbers so that the test works on EBCDIC |