diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-24 09:58:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-24 09:58:58 +0000 |
commit | 635f827c060f3b3f504b6d3c386a3cd4b09bc353 (patch) | |
tree | b6f594db09cd5d0ca70fa0df505e1718a21bc3a0 /driver/xf86-video-sunffb/src/ffb.h | |
parent | ca3d2158b8e857bb281d4d928709629f6f6c6a18 (diff) |
Update to xf86-video-sunffb 1.2.1
Diffstat (limited to 'driver/xf86-video-sunffb/src/ffb.h')
-rw-r--r-- | driver/xf86-video-sunffb/src/ffb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-video-sunffb/src/ffb.h b/driver/xf86-video-sunffb/src/ffb.h index b8d0bc936..0878a99e8 100644 --- a/driver/xf86-video-sunffb/src/ffb.h +++ b/driver/xf86-video-sunffb/src/ffb.h @@ -39,7 +39,7 @@ #include "ffb_regs.h" #include "xf86sbusBus.h" #include "ffb_dac.h" -#ifdef HAVE_X11_EXTENSIONS_DPMSCONST_H +#ifdef HAVE_XEXTPROTO_71 #include <X11/extensions/dpmsconst.h> #else #ifndef DPMS_SERVER |