tar: add utimens.h includes

* src/extract.c: Include <utimens.h>, needed for fdutimens prototype.
* src/misc.c: Likewise.
This commit is contained in:
Paul Eggert
2010-09-18 00:39:52 -07:00
parent 098ad10c71
commit fc5e44c99c
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -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