diff options
-rw-r--r-- | src/smi.h | 2 | ||||
-rw-r--r-- | src/smi_driver.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ authorization from the XFree86 Project and Silicon Motion. #include "vbe.h" #include "xf86xv.h" -#include "Xv.h" +#include <X11/extensions/Xv.h> /******************************************************************************/ /* D E F I N I T I O N S */ 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 |