mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-27 00:15:51 -04:00
Fix miniupnp module include error
This commit is contained in:
parent
650c5f1fa8
commit
42612e3f58
5 changed files with 7 additions and 7 deletions
|
@ -32,9 +32,9 @@
|
|||
#endif
|
||||
|
||||
#ifdef RS_USE_LIBUPNP
|
||||
# include "upnp/upnpconfig.h"
|
||||
# include <upnp/upnpconfig.h>
|
||||
#elif defined(RS_USE_LIBMINIUPNPC)
|
||||
# include "miniupnpc/miniupnpc.h"
|
||||
# include <miniupnpc/miniupnpc.h>
|
||||
#endif // def RS_USE_LIBUPNP
|
||||
|
||||
std::string RsServer::getSQLCipherVersion()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue