<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- ./ngs.c	2021-12-10 05:42:18.000000000 -0500
+++ ./ngs.c	2021-12-10 05:42:32.000000000 -0500
@@ -6,6 +6,7 @@
 #include &lt;assert.h&gt;
 #include &lt;errno.h&gt;
 #include &lt;unistd.h&gt;
+#include &lt;string.h&gt;
 #include &lt;pcre.h&gt;
 #include "ngs.h"
 #include "syntax.include"
</pre></body></html>