Skip to content

Commit

Permalink
viewer/svutils.cpp: Include <sys/select.h> for FD_SET, ...
Browse files Browse the repository at this point in the history
  • Loading branch information
doughdemon committed Oct 31, 2015
1 parent 7089c7b commit d69965c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viewer/svutil.cpp
Expand Up @@ -38,6 +38,7 @@ struct addrinfo {
#include <stdlib.h>
#include <string.h>
#include <netdb.h>
#include <sys/select.h>
#include <sys/socket.h>
#ifdef __linux__
#include <sys/prctl.h>
Expand Down

0 comments on commit d69965c

Please sign in to comment.