]> git.cworth.org Git - gzip/blobdiff - lib/utimens.c
Imported Debian patch 1.3.12-1
[gzip] / lib / utimens.c
index 8f4273c80876bf8216ccd77a60769948a906556d..71bc510d86bb57db59203877a55fdd25d45ab694 100644 (file)
@@ -1,6 +1,7 @@
 /* Set file access and modification times.
 
-   Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software
+   Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
@@ -26,6 +27,7 @@
 
 #include <errno.h>
 #include <fcntl.h>
+#include <sys/time.h>
 #include <unistd.h>
 
 #if HAVE_UTIME_H