]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - support/check_dns_packet.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / support / check_dns_packet.c
index a2c16b118dc38089e71904cbb4a5e67a5da30aaf..4faa64aff92f4541cd3f98d8c0f10e0f7cc2d82f 100644 (file)
@@ -1,5 +1,5 @@
 /* Check that a DNS packet buffer has the expected contents.
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2024 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <support/check_nss.h>
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <support/check.h>
 #include <support/format_nss.h>
 #include <support/run_diff.h>