Include <sys/mman.h> for fbdev dga without VOSF acceleration.

This commit is contained in:
gbeauche 2005-06-22 12:24:36 +00:00
parent 12eb8b670f
commit c686f5451c

View File

@ -53,6 +53,10 @@
# include <X11/extensions/xf86vmode.h>
#endif
#ifdef ENABLE_FBDEV_DGA
# include <sys/mman.h>
#endif
#include "main.h"
#include "adb.h"
#include "prefs.h"