Skip to content

Commit

Permalink
Update libretro-common
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Oct 31, 2019
1 parent eb77d84 commit d4b7be4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libretro-common/net/net_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/


#include <stdio.h>

#ifdef _MSC_VER
#include <compat/msvc.h>
#endif

#include <net/net_compat.h>
#include <net/net_socket.h>

Expand Down

0 comments on commit d4b7be4

Please sign in to comment.