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