about summary refs log tree commit diff
path: root/misc/mkostemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mkostemp.c')
-rw-r--r--misc/mkostemp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/mkostemp.c b/misc/mkostemp.c
index c990bbd75b..fee2b66cd1 100644
--- a/misc/mkostemp.c
+++ b/misc/mkostemp.c
@@ -15,6 +15,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>