fix(ggml): compile error on centos 7.9 and gcc7

This commit is contained in:
tpoisonooo 2023-03-17 15:06:09 +08:00
parent 904d2a8d6a
commit db4945c22a

4
ggml.h
View file

@ -1,5 +1,9 @@
#pragma once #pragma once
#ifdef __linux__
#define _POSIX_C_SOURCE 199309L
#endif
// //
// GGML Tensor Library // GGML Tensor Library
// //