mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Fix build failure under Linux
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
c82906a2c3
commit
ee0afea1e5
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ int cpu_count() {
|
|||
|
||||
#ifndef _WIN32
|
||||
|
||||
int data_available()
|
||||
int input_available()
|
||||
{
|
||||
fd_set readfds;
|
||||
struct timeval timeout;
|
||||
|
|
Loading…
Add table
Reference in a new issue