Merge pull request #2618 from fcicq/solaris-support

Partial solaris support
This commit is contained in:
Jeff Garzik
2013-08-24 20:19:24 -07:00
6 changed files with 25 additions and 8 deletions

View File

@@ -15,6 +15,10 @@
#include <string.h>
#endif
#ifndef WIN32
#include <fcntl.h>
#endif
#ifdef USE_UPNP
#include <miniupnpc/miniwget.h>
#include <miniupnpc/miniupnpc.h>