summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVladimír Čunát <vladimir.cunat@nic.cz>2024-08-13 12:12:49 +0200
committerVladimír Čunát <vladimir.cunat@nic.cz>2024-08-13 12:12:49 +0200
commitc889d830db73b412d425e75575489aaf5b67f83b (patch)
tree5e64bdc0d44a4d10b7baba1993afe2d57a2d3de5 /lib
parentfixup! defer: fix/hide tidy/trivial_checks warnings (diff)
downloadknot-resolver-c889d830db73b412d425e75575489aaf5b67f83b.tar.xz
knot-resolver-c889d830db73b412d425e75575489aaf5b67f83b.zip
rrl: fixup build on non-x86_64
Missing include caused issues with unknown `KR_EXPORT`, e.g.: https://gitlab.nic.cz/knot/knot-resolver/-/jobs/1142787#L2801
Diffstat (limited to 'lib')
-rw-r--r--lib/kru-avx2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/kru-avx2.c b/lib/kru-avx2.c
index e6875f75..a850c5c8 100644
--- a/lib/kru-avx2.c
+++ b/lib/kru-avx2.c
@@ -63,6 +63,7 @@ static void detect_CPU_avx2(void)
#else
#include "./kru.h"
+#include "lib/defines.h"
KR_EXPORT
const struct kru_api KRU_AVX2 = {NULL};