Skip to content
Snippets Groups Projects
Unverified Commit baa52d97 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

natpmp: fix build on windows (no natpmp, no poll.h)

Change-Id: I57afba75c41a4f46ec6f97d3ebd2b0a33151cddb
parent 9bfc343e
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
#include "nat_pmp.h" #include "nat_pmp.h"
#include <poll.h>
#if HAVE_LIBNATPMP #if HAVE_LIBNATPMP
#include <poll.h>
namespace dhtnet { namespace dhtnet {
namespace upnp { namespace upnp {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment