From 21fe6867977d05d5d9c88d5598c29be2d5a7b9e5 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 6 Dec 2021 19:13:59 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15212 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/vfs/include/vfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/os/vfs/include/vfs.h b/os/vfs/include/vfs.h index df567fe02..1de27f0d3 100644 --- a/os/vfs/include/vfs.h +++ b/os/vfs/include/vfs.h @@ -68,8 +68,9 @@ /* Dependencies.*/ #include "osal.h" -#include "oop_object.h" +#include "oop_base_object.h" #include "oop_referenced_object.h" +#include "oop_synchronized_object.h" #include "hal_objects.h" #include "hal_streams.h"