include <fcntl.h> in lib/intel_mmio.c for open() prototype on Solaris

<fcntl.h> is the POSIX standard specified header for open(), so should
be available on all platforms.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Alan Coopersmith 2012-01-06 14:37:20 -08:00 committed by Daniel Vetter
parent c461006bac
commit 4e3c85f153

View File

@ -27,6 +27,7 @@
*/
#include <unistd.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>