OpenSolaris: Add support for opensolaris

This commit is contained in:
Ronnie Sahlberg
2011-09-01 18:04:29 +10:00
parent 57b9edabbf
commit 49017fda58
3 changed files with 16 additions and 1 deletions

View File

@@ -33,6 +33,10 @@
#include <sys/ioctl.h>
#endif
#ifdef NEED_SYS_FILIO_H
#include <sys/filio.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>