- bugfix for miniupnpc (when using non embedded version there was a null pointer)

This commit is contained in:
Mark Vejvoda
2011-06-01 19:06:14 +00:00
parent 9372369054
commit f2ccc5b0ca
2 changed files with 16 additions and 7 deletions

View File

@@ -15,6 +15,7 @@
#include "platform_common.h"
#include <curl/curl.h>
#include <curl/types.h>
#include <curl/easy.h>
#include <algorithm>
#include "conversion.h"