Skip to content

Commit

Permalink
Cygwinでのselect周りのコンパイルエラー解消のためインクルードを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriCat committed Jan 8, 2017
1 parent 82238f9 commit 7689cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsumogiri/easywsclient.cpp
Expand Up @@ -48,6 +48,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
Expand Down

0 comments on commit 7689cce

Please sign in to comment.