mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-06 00:34:35 +00:00
linux will need unistd.h
This commit is contained in:
parent
5010b6ae84
commit
56b6fa5397
@ -30,6 +30,8 @@
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#include <stdio.h> // for _fseeki64
|
#include <stdio.h> // for _fseeki64
|
||||||
|
#else
|
||||||
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LLAMA_ASSERT(x) \
|
#define LLAMA_ASSERT(x) \
|
||||||
|
Loading…
Reference in New Issue
Block a user