fix: add POSIX functionality for Linux compilation

pull/51/head
valentynbez 1 year ago
parent b9bd1d0141
commit 526ddc0101

@ -1,3 +1,4 @@
#define _POSIX_C_SOURCE 200809L
#include "ggml.h"
#if defined(_MSC_VER) || defined(__MINGW32__)

Loading…
Cancel
Save