X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Futimens.h;h=0097aaaf7524d00906674963c7c1a7905e457a08;hb=22ef18caa644201427aaa19960ee4b3f91b4eee4;hp=d42d792c21d758eeb2770bbf24eda09811067ef0;hpb=d91f08f3ad9a9a3dce509a9977aabe6f47a8c4df;p=gnulib.git diff --git a/lib/utimens.h b/lib/utimens.h index d42d792c2..0097aaaf7 100644 --- a/lib/utimens.h +++ b/lib/utimens.h @@ -1,3 +1,3 @@ -#include "timespec.h" +#include int futimens (int, char const *, struct timespec const [2]); int utimens (char const *, struct timespec const [2]);