aboutsummaryrefslogtreecommitdiff
path: root/sys/libmath/test.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-05-01 16:26:24 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-05-01 16:26:24 -0700
commit6b739739968a0cc9b4d9909d8f4ffec30f4461dd (patch)
treebd30b31896b3c52292898bde404ce5dcbf76b04e /sys/libmath/test.c
parent5355432d71cb1e3347b73536ce5be4af1aefcadc (diff)
moved to static build with musl and integrated cscopes into dev tools
Diffstat (limited to 'sys/libmath/test.c')
-rw-r--r--sys/libmath/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libmath/test.c b/sys/libmath/test.c
index 3dfaa31..485d549 100644
--- a/sys/libmath/test.c
+++ b/sys/libmath/test.c
@@ -1,6 +1,6 @@
#include <u.h>
#include <libn.h>
-#include <vendor/cblas.h>
+#include <vendor/blas/cblas.h>
#include <x86intrin.h>