aboutsummaryrefslogtreecommitdiff
path: root/libio/freopen64.c
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2012-05-10 14:39:53 -0700
committerRoland McGrath <roland@hack.frob.com>2012-05-10 15:57:24 -0700
commit37233df9d1fa7a1a6ff3a72ce4f642b1a96de9ca (patch)
treef915c0fb7e61e5ed4c3c5a82b7ab3c27bc95c8c3 /libio/freopen64.c
parent38de94a5efbc3de186d6f287d666f74e5b4c8247 (diff)
downloadglibc-37233df9d1fa7a1a6ff3a72ce4f642b1a96de9ca.zip
glibc-37233df9d1fa7a1a6ff3a72ce4f642b1a96de9ca.tar.gz
glibc-37233df9d1fa7a1a6ff3a72ce4f642b1a96de9ca.tar.bz2
Hurd: #include <kernel-features.h>
Diffstat (limited to 'libio/freopen64.c')
-rw-r--r--libio/freopen64.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libio/freopen64.c b/libio/freopen64.c
index 7e1beef..24d0360 100644
--- a/libio/freopen64.c
+++ b/libio/freopen64.c
@@ -1,5 +1,4 @@
-/* Copyright (C) 1993,1995,1996,1997,1998,2000,2001,2002, 2003, 2008, 2011
- Free Software Foundation, Inc.
+/* Copyright (C) 1993-2012 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
@@ -33,6 +32,8 @@
#include <fd_to_filename.h>
+#include <kernel-features.h>
+
FILE *
freopen64 (filename, mode, fp)
const char* filename;