1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 09:13:08 +00:00

Fix build failure under Linux

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Joona Kiiski 2011-01-08 17:23:02 +02:00 committed by Marco Costalba
parent c82906a2c3
commit ee0afea1e5

View file

@ -209,7 +209,7 @@ int cpu_count() {
#ifndef _WIN32 #ifndef _WIN32
int data_available() int input_available()
{ {
fd_set readfds; fd_set readfds;
struct timeval timeout; struct timeval timeout;