rsyslog / librelp

OFFICIAL librelp repository on github
https://www.rsyslog.com/librelp/
GNU General Public License v3.0
30 stars 35 forks source link

tests/receive.c requires <sys/select.h> #254

Open nekopsykose opened 1 year ago

nekopsykose commented 1 year ago
receive.c:64:24: error: storage size of 'tvSelectTimeout' isn't known
   64 |         struct timeval tvSelectTimeout;
      |                        ^~~~~~~~~~~~~~~
receive.c:67:9: error: implicit declaration of function 'select' [-Werror=implicit-function-declaration]
   67 |         select(0, NULL, NULL, NULL, &tvSelectTimeout);
      |         ^~~~~~

implicit function declarations become invalid with c23