From fcf32218989df74e9562b0e49e0a879e3d0e7da9 Mon Sep 17 00:00:00 2001
From: Tom van Dijk <18gatenmaker6@gmail.com>
Date: Thu, 23 Oct 2025 15:01:01 +0200
Subject: [PATCH 1/4] web missing include

---
 src/web.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/web.c b/src/web.c
index f12eebb..940aaf9 100644
--- a/src/web.c
+++ b/src/web.c
@@ -32,6 +32,7 @@
 #include "te4web.h"
 #include "web-external.h"
 #include "lua_externs.h"
+#include <unistd.h>
 
 /*
  * Grab web browser methods -- availabe only here
-- 
2.51.2

