missed a HAS_DGA in the _EXPERIMENTAL_ witch hunt. It wasn't critical, but

I did this one for completeness.
This commit is contained in:
Bill Currie 2000-01-16 07:01:59 +00:00
parent 22c0af3d0e
commit f5c1241960

View file

@ -31,7 +31,7 @@
#include <stdlib.h>
#include <X11/Xlib.h>
#ifdef HAS_DGA
#if defined(HAS_DGA) && defined(_EXPERIMENTAL_)
#include <X11/extensions/xf86dga.h>
#include <X11/extensions/xf86vmode.h>
#endif