Fix rarch_stdint.h reference in fifo_buffer.c
This commit is contained in:
parent
e4e7216b90
commit
6ba868a8ff
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
|
||||
#include "fifo_buffer.h"
|
||||
#include "rarch_stdint.h"
|
||||
#include <stdint.h>
|
||||
|
||||
struct fifo_buffer
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue