diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/test-utime.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io/test-utime.c b/io/test-utime.c index ef5ab97fd2..e2851415d8 100644 --- a/io/test-utime.c +++ b/io/test-utime.c @@ -16,10 +16,11 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <utime.h> +#include <fcntl.h> #include <stdio.h> #include <sys/stat.h> #include <unistd.h> +#include <utime.h> int main (int argc, char *argv[]) |