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"