Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 735818 | Differences between
and this patch

Collapse All | Expand All

(-)zstd-1.4.5.orig/programs/util.c (-1 / +1 lines)
Lines 28-34 Link Here
28
#  include <io.h>         /* _chmod */
28
#  include <io.h>         /* _chmod */
29
#else
29
#else
30
#  include <unistd.h>     /* chown, stat */
30
#  include <unistd.h>     /* chown, stat */
31
#  if PLATFORM_POSIX_VERSION < 200809L
31
#  if PLATFORM_POSIX_VERSION < 200809L || !defined(st_mtime)
32
#    include <utime.h>    /* utime */
32
#    include <utime.h>    /* utime */
33
#  else
33
#  else
34
#    include <fcntl.h>    /* AT_FDCWD */
34
#    include <fcntl.h>    /* AT_FDCWD */

Return to bug 735818