include <fcntl.h> in lib/intel_mmio.c for open() prototype on Solaris
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Fri, 6 Jan 2012 22:37:20 +0000 (14:37 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 8 Jan 2012 20:49:03 +0000 (21:49 +0100)
commit4e3c85f153276fc297570364b71ddbdd37aeaf5a
tree8944a2a8e707f6df422dca3fedce00c16fdab6bc
parentc461006bac8a3ff1196a83449bd1676778e8844f
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>
lib/intel_mmio.c