juhovh / shairplay

Apple airplay and raop protocol server
Other
1.34k stars 226 forks source link

fairplay.c:51: undefined reference to `closesocket' #49

Closed usamitysam closed 8 years ago

usamitysam commented 8 years ago

New install on Ubuntu 14.04.3 LTS

fairplay.c:51: undefined reference to `closesocket' during make

Added #include "sockets.h" to fairplay.h and the error went away. Not sure that this is the correct fix because I have other newbi problems.

juhovh commented 8 years ago

Sounds like a correct fix, but I assume this is not the master branch. The other branches would need cleaning up before they are merged to master anyway, so closing it for now.