commit | c1ff9d39c479060cb66c0421362081992cd3c403 | [log] [tgz] |
---|---|---|
author | Jiri Daněk <jdanek@redhat.com> | Mon Jan 13 11:11:52 2025 +0100 |
committer | GitHub <noreply@github.com> | Mon Jan 13 11:11:52 2025 +0100 |
tree | 8ebd4b1af11209bb0ba43f9813cbba14f01788de | |
parent | fd948491e7f8eb2a0ad88f3cf65361a6d0e195dc [diff] |
DISPATCH-2368: chore(build): add missing `#include <sys/time.h>` (#1736) Fixes compilation failures such as this one ``` error: call to undeclared function 'gettimeofday'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] ```