updated miniupnp

This commit is contained in:
Riccardo Spagni 2016-09-17 10:11:02 +02:00
parent f62ebc5c81
commit bb69371f66
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
8 changed files with 48 additions and 26 deletions

View file

@ -11,6 +11,9 @@
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#if defined (__NetBSD__)
#include <net/if.h>
#endif
#if defined(_WIN32) || defined(__amigaos__) || defined(__amigaos4__)
#ifdef _WIN32
#include <winsock2.h>