diff mbox series

support: Include <stdlib.h> for atoi use in support_wait_for_thread_exit

Message ID 87v82a8g9t.fsf@oldenburg.str.redhat.com
State New
Headers show
Series support: Include <stdlib.h> for atoi use in support_wait_for_thread_exit | expand

Commit Message

Florian Weimer June 15, 2024, 1:52 p.m. UTC
---
 support/support_wait_for_thread_exit.c | 1 +
 1 file changed, 1 insertion(+)


base-commit: 868ab8923a2ec977faafec97ecafac0c3159c1b2
diff mbox series

Patch

diff --git a/support/support_wait_for_thread_exit.c b/support/support_wait_for_thread_exit.c
index 75d3b8009e..449f1fc598 100644
--- a/support/support_wait_for_thread_exit.c
+++ b/support/support_wait_for_thread_exit.c
@@ -18,6 +18,7 @@ 
 
 #include <dirent.h>
 #include <errno.h>
+#include <stdlib.h>
 #include <string.h>
 #include <support/check.h>
 #include <support/support.h>