aboutsummaryrefslogtreecommitdiff
path: root/tests/test_memlimit.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-10-05 16:20:47 +0300
committerLasse Collin <lasse.collin@tukaani.org>2022-10-05 16:20:47 +0300
commit7dcabeec63d46b436fa5f043c3d1f09d0e15be16 (patch)
tree59fff3c9173bf9243d241f281ee7c6058fc9209a /tests/test_memlimit.c
parentliblzma: Fix a compilation issue when encoders are disabled. (diff)
downloadxz-7dcabeec63d46b436fa5f043c3d1f09d0e15be16.tar.xz
Tests: Include mythread.h in the tests that use MYTHREAD_ENABLED.
Diffstat (limited to '')
-rw-r--r--tests/test_memlimit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_memlimit.c b/tests/test_memlimit.c
index 6e2e62e1..b5f91472 100644
--- a/tests/test_memlimit.c
+++ b/tests/test_memlimit.c
@@ -11,6 +11,7 @@
///////////////////////////////////////////////////////////////////////////////
#include "tests.h"
+#include "mythread.h"
#define MEMLIMIT_TOO_LOW 1234U