Merge pull request #953 from hamishcoleman/dev

Ensure definitions are included before ifdef
This commit is contained in:
Hamish Coleman 2022-02-10 07:52:59 +00:00 committed by GitHub
commit af39fa12d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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