From 621d5553e116f47bcdbc6c4d0acc9b0698ffe22e Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Fri, 8 Nov 2024 19:25:11 +0100 Subject: [PATCH] Fix PHY missing headers. Signed-off-by: Pol Henarejos --- src/fs/phy.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fs/phy.h b/src/fs/phy.h index 9aa45ca..531d916 100644 --- a/src/fs/phy.h +++ b/src/fs/phy.h @@ -28,6 +28,9 @@ #define PHY_OPT_WCID 0x1 #define PHY_OPT_DIMM 0x2 +#include +#include + typedef struct phy_data { union { struct {