* src/extract.c: Include <utimens.h>, needed for fdutimens prototype. * src/misc.c: Likewise.
@@ -23,6 +23,7 @@
#include <quotearg.h>
#include <errno.h>
#include <priv-set.h>
+#include <utimens.h>
#include "common.h"
@@ -24,6 +24,7 @@
#include <save-cwd.h>
#include <xgetcwd.h>
#include <unlinkdir.h>
#ifndef DOUBLE_SLASH_IS_DISTINCT_ROOT
# define DOUBLE_SLASH_IS_DISTINCT_ROOT 0