diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-21 08:27:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-21 08:27:16 +0000 |
commit | 895c822c40a842fe021462a373542fe52ae93a86 (patch) | |
tree | b34a8db4e80e00c644eaa424c87f9ea4b42b69c7 /src/tipideed/send_file.c | |
parent | d91a79d86ffb544d49f5f04ca49e5d980188934d (diff) | |
download | tipidee-895c822c40a842fe021462a373542fe52ae93a86.tar.xz |
Some portability fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/tipideed/send_file.c')
-rw-r--r-- | src/tipideed/send_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tipideed/send_file.c b/src/tipideed/send_file.c index 2ee122a..23a0373 100644 --- a/src/tipideed/send_file.c +++ b/src/tipideed/send_file.c @@ -87,6 +87,7 @@ void send_file (int fd, uint64_t n, char const *fn) #include <skalibs/buffer.h> #include <skalibs/strerr.h> #include <skalibs/tai.h> +#include <skalibs/unix-timed.h> #include "tipideed-internal.h" |