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/xevents.c | |
parent | c1b4a3b9960b775e3e1688c1cf10e412ea669706 (diff) | |
download | libtdevnc-819fe41bdc7758c0489af4f70afccac07b3ffd26.tar.gz libtdevnc-819fe41bdc7758c0489af4f70afccac07b3ffd26.zip |
fix warnings.
Diffstat (limited to 'x11vnc/xevents.c')
-rw-r--r-- | x11vnc/xevents.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/xevents.c b/x11vnc/xevents.c index 8b85c79..fbf0c30 100644 --- a/x11vnc/xevents.c +++ b/x11vnc/xevents.c @@ -14,6 +14,7 @@ #include "unixpw.h" #include "cleanup.h" #include "macosx.h" +#include "screen.h" /* XXX CHECK BEFORE RELEASE */ int grab_buster = 0; |