From 8d1401caa547fc59d629c6c74d986b7764e7d208 Mon Sep 17 00:00:00 2001 From: Wally4000 Date: Tue, 19 Apr 2022 09:15:53 +1000 Subject: [PATCH] Add missing include sys/time.h --- src/user/psputils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/user/psputils.h b/src/user/psputils.h index e00e76a2..bc2c74b7 100644 --- a/src/user/psputils.h +++ b/src/user/psputils.h @@ -28,6 +28,7 @@ extern "C" { /**@{*/ +#include #include /**