summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-26 20:04:01 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-26 20:04:01 +0000
commit94c0196652c3cfa0558f61b55f5df9bf50f9ac49 (patch)
tree51eaa17f5177da740b72d9182769b44f91b0d5b1
parent107e42cabe1cc41fe86b0218c3229b5f34b2df84 (diff)
#include "extensions/dpms.h" -> <X11/extensions/dpms.h>
-rw-r--r--src/radeon_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index b4d2e427..eb3b7a8e 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -104,7 +104,7 @@
/* DPMS support. */
#define DPMS_SERVER
-#include "extensions/dpms.h"
+#include <X11/extensions/dpms.h>
#include "radeon_chipset.h"