]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - support/check_netent.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / support / check_netent.c
index f20862403ca95afe91b0325f1174e1823a411067..8852722a247cddb9c2804fd0efdbbb26a26ef03d 100644 (file)
@@ -1,5 +1,5 @@
 /* Compare struct netent values against a formatted string.
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2019 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
@@ -20,6 +20,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <support/check.h>
 #include <support/format_nss.h>
 #include <support/run_diff.h>