mirror of https://github.com/snes9xgit/snes9x.git
libretro: use port.h
This commit is contained in:
parent
2b6eff3d4c
commit
f2cd18d4e8
|
@ -23,7 +23,7 @@
|
|||
#ifndef LIBRETRO_H__
|
||||
#define LIBRETRO_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "port.h"
|
||||
#include <stddef.h>
|
||||
#include <limits.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue