#define _POSIX_C_SOURCE 200809L

This commit is contained in:
leitner 2023-03-22 12:49:36 +00:00
parent 6d74052760
commit ee44f1a430

View File

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