fix error: ‘fd_set’ has not been declared

This commit is contained in:
OrigamiK
2023-01-02 02:39:10 +05:30
committed by GitHub
parent 61fc8f7999
commit 4d72d92023

View File

@@ -19,6 +19,7 @@ extern "C" {
#endif
#include <sys/socket.h>
#include <sys/select.h>
/**
* This struct is needed because tv_sec size is different from what newlib expect