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

--- ax25-apps-0.0.8-rc5/ax25ipd/routing.c	2019-03-20 16:48:59.000000000 +0000
+++ ax25-apps-0.0.8-rc5/ax25ipd/routing.c	2025-07-05 02:59:28.748521455 +0100
@@ -8,6 +8,7 @@
 
 #include &lt;memory.h&gt;
 #include &lt;stdio.h&gt;
+#include &lt;stdlib.h&gt;
 #include &lt;syslog.h&gt;
 #include &lt;arpa/inet.h&gt;
 #include &lt;netinet/in.h&gt;
</pre></body></html>