verify: fix bug when gnulib <assert.h> is also included
[gnulib.git] / modules / utimens
index 6cc5e31..9917cfc 100644 (file)
@@ -9,7 +9,15 @@ m4/utimens.m4
 m4/utimes.m4
 
 Depends-on:
-timespec
+dup2
+errno
+lstat
+gettime
+stat-time
+stdbool
+sys_stat
+sys_time
+time
 
 configure.ac:
 gl_UTIMENS
@@ -19,8 +27,11 @@ Makefile.am:
 Include:
 "utimens.h"
 
+Link:
+$(LIB_CLOCK_GETTIME)
+
 License:
 GPL
 
 Maintainer:
-Paul Eggert, Jim Meyering
+Paul Eggert, Jim Meyering, Eric Blake