]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/tst-fmemopen2.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / stdio-common / tst-fmemopen2.c
index 9721b0c2ce8e63a09161dc85b41ec68dfdcf83eb..eb5d7cbbcc48ed3fafd1f373fcec3fd88f79708d 100644 (file)
@@ -1,5 +1,5 @@
 /* fmemopen tests.
-   Copyright (C) 2015-2017 Free Software Foundation, Inc.
+   Copyright (C) 2015-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
@@ -21,6 +21,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
+#include <stdint.h>
 #include <errno.h>
 
 /* Check fmemopen with user provided buffer open for write.  */