Bugs, Tech & News
Willkommen im Developer-Club der Tickwork-Group. Hier bekommst du Informationen über neue Technologien, Bug-Fixes und mehr.
error: using typedef-name 'fd_set' after 'struct'
45 | struct fd_set _fdsRead;
| ^~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:179,
from /usr/include/x86_64-linux-gnu/bits/socket.h:29,
from /usr/include/x86_64-linux-gnu/sys/socket.h:33,
from ...
/usr/include/x86_64-linux-gnu/sys/select.h:70:5: note: 'fd_set' has a previous declaration here
70 | } fd_set;
| ^~~~~~