FreeBSD needs special care to declare gettimeofday

This commit is contained in:
leitner
2025-04-25 20:59:14 +00:00
parent b7b8a0efc1
commit fc52e39090

View File

@@ -1,4 +1,5 @@
#define _POSIX_C_SOURCE 200809L
#define _XOPEN_SOURCE 600
#include "io_internal.h"
#ifdef HAVE_EPOLL
#include <sys/epoll.h>