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_xutil.c b/tsx11/ts_xutil.c index a003997..3e7bdc1 100644 --- a/tsx11/ts_xutil.c +++ b/tsx11/ts_xutil.c
@@ -12,7 +12,9 @@ #include <X11/Xlib.h> #include <X11/Xresource.h> #include <X11/Xutil.h> + #include "debugtools.h" +#include "ts_xutil.h" #include "x11drv.h" DEFAULT_DEBUG_CHANNEL(x11)