diff options
author | runge <runge> | 2006-06-24 01:00:43 +0000 |
---|---|---|
committer | runge <runge> | 2006-06-24 01:00:43 +0000 |
commit | 9992160105b0433484bca804d62eb672aff113de (patch) | |
tree | 76447789365f2cfc38e5650a3a34cd9ad132382f /x11vnc/win_utils.c | |
parent | 64e731a9da82e3cc614e274d6fca6f855d0359b7 (diff) | |
download | libvncserver-9992160105b0433484bca804d62eb672aff113de.zip libvncserver-9992160105b0433484bca804d62eb672aff113de.tar.gz |
x11vnc: misc cleanup.
Diffstat (limited to 'x11vnc/win_utils.c')
-rw-r--r-- | x11vnc/win_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/win_utils.c b/x11vnc/win_utils.c index f923262..55f341b 100644 --- a/x11vnc/win_utils.c +++ b/x11vnc/win_utils.c @@ -5,6 +5,7 @@ #include "winattr_t.h" #include "cleanup.h" #include "xwrappers.h" +#include "connections.h" winattr_t *stack_list = NULL; int stack_list_len = 0; |