summaryrefslogtreecommitdiff
path: root/misc/mkostemps.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mkostemps.c')
-rw-r--r--misc/mkostemps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/mkostemps.c b/misc/mkostemps.c
index fcc6053ef3..3f93670092 100644
--- a/misc/mkostemps.c
+++ b/misc/mkostemps.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2018 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>