libretro: use port.h

This commit is contained in:
OV2 2013-12-17 23:39:58 +01:00
parent 2b6eff3d4c
commit f2cd18d4e8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#ifndef LIBRETRO_H__
#define LIBRETRO_H__
#include <stdint.h>
#include "port.h"
#include <stddef.h>
#include <limits.h>