]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/mkostemps.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / misc / mkostemps.c
index fcc6053ef31a1ffa49d7834254864f2ee38f2d82..a1784cb49403f23dbbc47a6d883a070a5e48e753 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-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
@@ -16,6 +16,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
+#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>