From c686f5451c1792989886c1c8c8161e2064841e0c Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Wed, 22 Jun 2005 12:24:36 +0000 Subject: [PATCH] Include for fbdev dga without VOSF acceleration. --- SheepShaver/src/Unix/video_x.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SheepShaver/src/Unix/video_x.cpp b/SheepShaver/src/Unix/video_x.cpp index 9239b3fb..a9647978 100644 --- a/SheepShaver/src/Unix/video_x.cpp +++ b/SheepShaver/src/Unix/video_x.cpp @@ -53,6 +53,10 @@ # include #endif +#ifdef ENABLE_FBDEV_DGA +# include +#endif + #include "main.h" #include "adb.h" #include "prefs.h"