tests/test-strstr.c: Rewrite to use malloc/strcpy instead of strdup.
[gnulib.git] / lib / utimens.h
index d42d792..169521d 100644 (file)
@@ -1,3 +1,3 @@
-#include "timespec.h"
-int futimens (int, char const *, struct timespec const [2]);
+#include <time.h>
+int gl_futimens (int, char const *, struct timespec const [2]);
 int utimens (char const *, struct timespec const [2]);