Description: add missing includes
Author: Steve Langasek <steve.langasek@canonical.com>
Bug-Debian: https://bugs.debian.org/1066672
Last-Update: 2024-04-10
Forwarded: no
---
Index: httest-2.4.23/src/socks_module.c
===================================================================
--- httest-2.4.23.orig/src/socks_module.c
+++ httest-2.4.23/src/socks_module.c
@@ -25,6 +25,8 @@
 /************************************************************************
  * Includes
  ***********************************************************************/
+#include <stdlib.h>
+
 #include "module.h"
 #ifndef HAVE_NO_NETINET
   #include <netinet/in.h>
Index: httest-2.4.23/src/annotation_module.c
===================================================================
--- httest-2.4.23.orig/src/annotation_module.c
+++ httest-2.4.23/src/annotation_module.c
@@ -25,6 +25,7 @@
 /************************************************************************
  * Includes
  ***********************************************************************/
+#include <stdlib.h>
 #include "module.h"
 
 /************************************************************************
Index: httest-2.4.23/src/dbg_module.c
===================================================================
--- httest-2.4.23.orig/src/dbg_module.c
+++ httest-2.4.23/src/dbg_module.c
@@ -24,6 +24,7 @@
 /************************************************************************
  * Includes
  ***********************************************************************/
+#include <stdlib.h>
 #include "store.h"
 #include "module.h"
 
