UPnP: Fix includes of thirdparty headers

This commit is contained in:
Rémi Verschelde
2018-09-11 18:07:29 +02:00
parent 10db0421db
commit af57515775
6 changed files with 16 additions and 9 deletions

View File

@@ -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"