X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Futimens.h;h=0097aaaf7524d00906674963c7c1a7905e457a08;hb=013796abf4c6be0bd130f541c0ece156156239c3;hp=d42d792c21d758eeb2770bbf24eda09811067ef0;hpb=e7921f54c622e3b32e525f345bc34308821e4ae0;p=gzip diff --git a/lib/utimens.h b/lib/utimens.h index d42d792..0097aaa 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]);