From 9849e8790adfdf43524b088dd0d46f71d975fe86 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Sun, 22 Feb 2026 00:08:37 +0100 Subject: [PATCH] Forward-declare pollfd in toastyfs.h --- include/toastyfs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/toastyfs.h b/include/toastyfs.h index 4018b2a..09b24c8 100644 --- a/include/toastyfs.h +++ b/include/toastyfs.h @@ -3,6 +3,8 @@ #include +struct pollfd; + typedef enum { TOASTYFS_RESULT_VOID, TOASTYFS_RESULT_PUT,