]> sourceware.org Git - glibc.git/commitdiff
support: Include <string.h> for strcmp in support_format_addrinfo.c
authorFlorian Weimer <fweimer@redhat.com>
Fri, 16 Aug 2024 14:05:19 +0000 (16:05 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 16 Aug 2024 14:05:19 +0000 (16:05 +0200)
This is currently implied by the internal headers, but it makes
sense not to rely on this.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
support/support_format_addrinfo.c

index cbc72910a96a0e366010ee3fa2b8f86b1f8d2c6c..77f4db345c2912aab462abc1435af4e06d11244a 100644 (file)
@@ -22,6 +22,7 @@
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <support/support.h>
 #include <support/xmemstream.h>
 
This page took 0.040996 seconds and 5 git commands to generate.