From 39fac7f40db884485e61ba65cffe85f1771236ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 8 Jan 2026 15:50:28 +0100 Subject: [PATCH] remove unistd.h --- frankenphp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/frankenphp.c b/frankenphp.c index 67ffdf28..4328a3e2 100644 --- a/frankenphp.c +++ b/frankenphp.c @@ -20,7 +20,6 @@ #include #include #include -#include #if defined(__linux__) #include #elif defined(__FreeBSD__) || defined(__OpenBSD__)