fix: older standard for compatibility
This commit is contained in:
parent
526ddc0101
commit
63a8b00d88
1 changed files with 3 additions and 1 deletions
4
ggml.c
4
ggml.c
|
@ -1,4 +1,6 @@
|
||||||
#define _POSIX_C_SOURCE 200809L
|
// Defines CLOCK_MONOTONIC on Linux
|
||||||
|
#define _POSIX_C_SOURCE 199309L
|
||||||
|
|
||||||
#include "ggml.h"
|
#include "ggml.h"
|
||||||
|
|
||||||
#if defined(_MSC_VER) || defined(__MINGW32__)
|
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue