<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/pazpar2.c	2020-04-11 21:01:50
+++ src/pazpar2.c	2024-06-06 13:07:28
@@ -28,6 +28,7 @@
 #include &lt;unistd.h&gt;
 #endif
 
+#include &lt;stdlib.h&gt;
 #include &lt;signal.h&gt;
 #include &lt;assert.h&gt;
 
--- src/pazpar2_config.c	2020-04-11 21:01:50
+++ src/pazpar2_config.c	2024-06-06 13:10:36
@@ -21,6 +21,7 @@
 #include &lt;config.h&gt;
 #endif
 
+#include &lt;stdlib.h&gt;
 #include &lt;string.h&gt;
 #include &lt;assert.h&gt;
 
</pre></body></html>