Browse Source

Ensure definitions are included before ifdef

Addresses issue raised in (#934)
pull/953/head
Hamish Coleman 3 years ago
parent
commit
30a5694cfe
  1. 3
      src/n2n_port_mapping.c

3
src/n2n_port_mapping.c

@ -54,10 +54,9 @@
*/
#ifdef HAVE_PORT_FORWARDING
#include "n2n.h"
#ifdef HAVE_PORT_FORWARDING
#ifdef HAVE_MINIUPNP

Loading…
Cancel
Save