portability: add support for Illumos

This still won't work on older Solaris systems, but modern Illumos
at least should build and run now.
This commit is contained in:
Justin Maggard
2014-05-14 17:53:25 -07:00
parent 361bc34f93
commit 34cb08928c
10 changed files with 58 additions and 30 deletions

View File

@ -49,6 +49,7 @@
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/param.h>
#include <limits.h>
#include "config.h"
#include "upnpglobalvars.h"