Make `#include "intelfb.h"' NetBSD-specific.

This commit is contained in:
riastradh 2014-07-24 22:00:02 +00:00
parent a728921c74
commit b4b1c190b7
1 changed files with 2 additions and 0 deletions

View File

@ -44,7 +44,9 @@
#include <drm/i915_drm.h>
#include "i915_drv.h"
#ifdef __NetBSD__
#include "intelfb.h"
#endif
#ifndef __NetBSD__
static struct fb_ops intelfb_ops = {