diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-27 11:17:45 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-28 09:38:30 +1000 |
commit | 7c7ab2076420a883e827509da0e8a0989a786000 (patch) | |
tree | 0eab74b1c27d54c3c549c6543e9f92822974c145 | |
parent | b49fcb355eb1469352eb25ba3dbcf2863cfe5642 (diff) |
Include xf86vmproto instead of xf86vmstr.h
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | src/XF86VMode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XF86VMode.c b/src/XF86VMode.c index de6cb83..83512ca 100644 --- a/src/XF86VMode.c +++ b/src/XF86VMode.c @@ -33,7 +33,7 @@ from Kaleb S. KEITHLEY. #define NEED_EVENTS #define NEED_REPLIES #include <X11/Xlibint.h> -#include <X11/extensions/xf86vmstr.h> +#include <X11/extensions/xf86vmproto.h> #include <X11/extensions/xf86vmode.h> #include <X11/extensions/Xext.h> #include <X11/extensions/extutil.h> |