mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fixup header.
This commit is contained in:
parent
eac468ba19
commit
0ab305156b
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
#define CONST_CAST
|
||||
#define NONCONST_CAST
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#define PREV_PTR(x) ((x) == 0 ? handle->buffer_size - 1 : (x) - 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue