diff --git a/ggml.h b/ggml.h index bac4fe65c..a66f8b38f 100644 --- a/ggml.h +++ b/ggml.h @@ -1,5 +1,9 @@ #pragma once +#ifdef __linux__ +#define _POSIX_C_SOURCE 199309L +#endif + // // GGML Tensor Library //