linux will need unistd.h

This commit is contained in:
John 2023-04-10 05:23:53 +02:00
parent 5010b6ae84
commit 56b6fa5397

View File

@ -30,6 +30,8 @@
#include <windows.h>
#include <io.h>
#include <stdio.h> // for _fseeki64
#else
#include <unistd.h>
#endif
#define LLAMA_ASSERT(x) \