commit | 109767a6f5b5ab932369c0324a06a2d9d12ec702 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sat Jul 31 14:38:31 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jul 31 14:38:31 1999 +0000 |
tree | e013de025fb4f09877bf4c0e502c3949fa78cb86 | |
parent | 478eee17be4009739ce636641256dc7a3cd9347a [diff] [blame] |
Fixed missing prototypes and made it work with Solaris X11.
diff --git a/tsx11/ts_xf86vmode.c b/tsx11/ts_xf86vmode.c index 78cb208..035404a 100644 --- a/tsx11/ts_xf86vmode.c +++ b/tsx11/ts_xf86vmode.c
@@ -15,7 +15,9 @@ #include <X11/Xlib.h> #include <X11/extensions/xf86vmode.h> + #include "debugtools.h" +#include "ts_xf86vmode.h" #include "x11drv.h" DEFAULT_DEBUG_CHANNEL(x11)