linux will need unistd.h
This commit is contained in:
parent
5010b6ae84
commit
56b6fa5397
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue