diff options
author | runge <runge> | 2006-12-28 17:57:10 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-28 17:57:10 +0000 |
commit | f9baaf1ee49e7889808b1f058a5f348a9cd5f027 (patch) | |
tree | 67b130f468967c942662f620950e188672d84e60 /x11vnc/win_utils.c | |
parent | 99a557d673ac4444532ac7025cb479a229ea7fb3 (diff) | |
download | libvncserver-f9baaf1ee49e7889808b1f058a5f348a9cd5f027.zip libvncserver-f9baaf1ee49e7889808b1f058a5f348a9cd5f027.tar.gz |
more compiler warnings 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 52e012e..35862f7 100644 --- a/x11vnc/win_utils.c +++ b/x11vnc/win_utils.c @@ -6,6 +6,7 @@ #include "cleanup.h" #include "xwrappers.h" #include "connections.h" +#include "macosx.h" winattr_t *stack_list = NULL; int stack_list_len = 0; |