Fix all compilation errors when building for host

Former-commit-id: c473566160
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-21 14:24:45 +03:00
parent b07a2d74b5
commit d68b8e27cc
8 changed files with 19 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#ifndef _DOLPHIN_OSCACHE
#define _DOLPHIN_OSCACHE
#include "types.h"
#include "dolphin/types.h"
#ifdef __cplusplus
extern "C" {