diff options
author | runge <runge> | 2007-01-31 16:56:33 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-31 16:56:33 +0000 |
commit | 819fe41bdc7758c0489af4f70afccac07b3ffd26 (patch) | |
tree | d778879bcfdb01b35257868776264f64a145cede /x11vnc/pointer.c | |
parent | c1b4a3b9960b775e3e1688c1cf10e412ea669706 (diff) | |
download | libtdevnc-819fe41bdc7758c0489af4f70afccac07b3ffd26.tar.gz libtdevnc-819fe41bdc7758c0489af4f70afccac07b3ffd26.zip |
fix warnings.
Diffstat (limited to 'x11vnc/pointer.c')
-rw-r--r-- | x11vnc/pointer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/pointer.c b/x11vnc/pointer.c index 3663819..66c7241 100644 --- a/x11vnc/pointer.c +++ b/x11vnc/pointer.c @@ -16,6 +16,7 @@ #include "uinput.h" #include "scan.h" #include "macosx.h" +#include "screen.h" int pointer_queued_sent = 0; |