From 6e8d0fa1616d9636c977d2727a223fff0ac35a39 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sat, 11 Feb 2023 23:53:38 +0100 Subject: [PATCH] upnppermissions.h: fix build, because #define ENABLE_REGEX is in config.h --- miniupnpd/upnppermissions.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/miniupnpd/upnppermissions.h b/miniupnpd/upnppermissions.h index 265f5c2..f674e1e 100644 --- a/miniupnpd/upnppermissions.h +++ b/miniupnpd/upnppermissions.h @@ -1,7 +1,7 @@ -/* $Id: upnppermissions.h,v 1.13 2022/10/21 19:44:23 nanard Exp $ */ +/* $Id: upnppermissions.h,v 1.14 2023/02/11 23:02:17 nanard Exp $ */ /* MiniUPnP project * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ - * (c) 2006-2022 Thomas Bernard + * (c) 2006-2023 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ @@ -12,12 +12,12 @@ #include #include +#include "config.h" + #ifdef ENABLE_REGEX #include #endif -#include "config.h" - /* UPnP permission rule samples: * allow 1024-65535 192.168.3.0/24 1024-65535 * deny 0-65535 192.168.1.125/32 0-65535 */