<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">readtab.c:32:10: error: 'obstack.h' file not found with &lt;angled&gt; include; use "quotes" instead
--- readtab.c.orig	2000-06-22 17:13:12.000000000 -0500
+++ readtab.c	2021-02-14 04:19:56.000000000 -0600
@@ -29,7 +29,7 @@
 #include &lt;errno.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;stdlib.h&gt;
-#include &lt;obstack.h&gt;
+#include "obstack.h"
 #include &lt;limits.h&gt;
 #include &lt;fnmatch.h&gt;
 #include &lt;unistd.h&gt;
</pre></body></html>