commit b940ad44bf1a464470e58f3fd50b2d01d51f935c parent f95d1238fca6a4a7970d667b3915233ef42fa33d Author: Yersa Nordman <yersa@finwo.nl> Date: Sun, 31 Dec 2023 01:23:54 +0100 Don't use system poll.h from fpoll.c, it'll be there through compat Diffstat:
| M | src/fpoll.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/fpoll.c b/src/fpoll.c @@ -2,7 +2,6 @@ #include <stddef.h> #include <stdlib.h> #include <string.h> -#include <poll.h> #include "fpoll.h"