diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:29 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:25:29 +0000 |
commit | 39112b558fdccd2b0a15b8e41d6215e3b0e6e7bd (patch) | |
tree | bfdfb52c4188e5c4ad81da924e514a73ac08a8f0 /src/smi_driver.c | |
parent | c34e24d83a0f84ad90b7cbaba78d54cc779f74d5 (diff) |
Fix includes right throughout the Xserver tree:sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10sco_port_update
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
<X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
Diffstat (limited to 'src/smi_driver.c')
-rw-r--r-- | src/smi_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smi_driver.c b/src/smi_driver.c index 48784b2..15642b2 100644 --- a/src/smi_driver.c +++ b/src/smi_driver.c @@ -39,7 +39,7 @@ authorization from The XFree86 Project or Silicon Motion. #include "globals.h" #define DPMS_SERVER -#include "extensions/dpms.h" +#include <X11/extensions/dpms.h> /* * Internals |