mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-22 23:39:58 +00:00
We need this to compile
This commit is contained in:
parent
10499abcc8
commit
fe131fb544
@ -104,7 +104,7 @@
|
||||
#include <string.h> /* for memcpy, memset */
|
||||
#include <stddef.h> /* for ptrdiff_t, size_t */
|
||||
#include <stdint.h> /* for uint32_t */
|
||||
#include <string.h> /* for strdup */
|
||||
#include <compat/posix_string.h> /* for strdup */
|
||||
|
||||
#define RHMAP_LEN(b) ((b) ? RHMAP__HDR(b)->len : 0)
|
||||
#define RHMAP_MAX(b) ((b) ? RHMAP__HDR(b)->maxlen : 0)
|
||||
|
Loading…
Reference in New Issue
Block a user