diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-11 18:07:29 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-11 18:09:12 +0200 |
commit | af5751577578982c7e54d361f22b93b56d35cf41 (patch) | |
tree | 6fb6da9f0bd0b5d7c6287940fe9b7bb5dd79688d /thirdparty/miniupnpc | |
parent | 10db0421db93f7b57ae05e067f27dba6e09e4761 (diff) |
UPnP: Fix includes of thirdparty headers
Diffstat (limited to 'thirdparty/miniupnpc')
-rw-r--r-- | thirdparty/miniupnpc/miniupnpcstrings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/miniupnpc/miniupnpcstrings.h b/thirdparty/miniupnpc/miniupnpcstrings.h index 1d5c5882fd..a718cc7bbf 100644 --- a/thirdparty/miniupnpc/miniupnpcstrings.h +++ b/thirdparty/miniupnpc/miniupnpcstrings.h @@ -1,7 +1,7 @@ #ifndef MINIUPNPCSTRINGS_H_INCLUDED #define MINIUPNPCSTRINGS_H_INCLUDED -#include <version.h> +#include "core/version.h" #define OS_STRING VERSION_NAME "/1.0" #define MINIUPNPC_VERSION_STRING "2.1" |