Browse Source

tar: add utimens.h includes

* src/extract.c: Include <utimens.h>, needed for fdutimens prototype.
* src/misc.c: Likewise.
Paul Eggert 14 years ago
parent
commit
fc5e44c99c
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/extract.c
  2. 1 0
      src/misc.c

+ 1 - 0
src/extract.c

@@ -23,6 +23,7 @@
 #include <quotearg.h>
 #include <errno.h>
 #include <priv-set.h>
+#include <utimens.h>
 
 #include "common.h"
 

+ 1 - 0
src/misc.c

@@ -24,6 +24,7 @@
 #include <save-cwd.h>
 #include <xgetcwd.h>
 #include <unlinkdir.h>
+#include <utimens.h>
 
 #ifndef DOUBLE_SLASH_IS_DISTINCT_ROOT
 # define DOUBLE_SLASH_IS_DISTINCT_ROOT 0