Skip to content

Commit

Permalink
Haiku: fix build (missing fd_set)
Browse files Browse the repository at this point in the history
  • Loading branch information
Begasus authored and carstene1ns committed Jan 6, 2019
1 parent 89badc5 commit 01fee84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/io/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@
#elif defined USE_SDL_NET
#include <arpa/inet.h>
#endif

#ifdef __HAIKU__
#include <sys/select.h>
#endif

/**
* Initialise networking.
Expand Down

0 comments on commit 01fee84

Please sign in to comment.