tell ggml-common.h to export what we want.

This commit is contained in:
Julia Longtin 2024-03-23 14:49:35 +00:00
parent 8703abe225
commit a7f8abeb9b

View file

@ -4,6 +4,8 @@
// For size_t
#include <stdio.h>
// Yes, we have to tell this header to actually export stuff.
#define GGML_COMMON_IMPL_C
// For block_q5_K and block_q8_K
#include "ggml-common.h"