<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Add missing #include.

--- vile-9.8/filters/spellflt.l	2010-07-13 14:47:24.000000000 +0100
+++ vile-9.8/filters/spellflt.l	2025-07-03 23:20:54.822446897 +0100
@@ -14,6 +14,7 @@
 #endif
 
 #include &lt;filters.h&gt;
+#include &lt;sys/stat.h&gt;
 
 DefineFilter("spell");
 
</pre></body></html>