Skip to content

Commit

Permalink
Seems mingw doesn't have sys/socket.h. Junk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Jun 13, 2012
1 parent cfcc4d4 commit 2b6654f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythbase/signalhandling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
#include <signal.h>
#include <unistd.h>
#include <sys/types.h>
#ifndef _WIN32
#include <sys/socket.h>
#endif
#include <iostream>

using namespace std;
Expand Down

0 comments on commit 2b6654f

Please sign in to comment.