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/screen.c | |
parent | 99a557d673ac4444532ac7025cb479a229ea7fb3 (diff) | |
download | libtdevnc-f9baaf1ee49e7889808b1f058a5f348a9cd5f027.tar.gz libtdevnc-f9baaf1ee49e7889808b1f058a5f348a9cd5f027.zip |
more compiler warnings cleanup.
Diffstat (limited to 'x11vnc/screen.c')
-rw-r--r-- | x11vnc/screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/screen.c b/x11vnc/screen.c index f61a866..e627026 100644 --- a/x11vnc/screen.c +++ b/x11vnc/screen.c @@ -22,6 +22,7 @@ #include "v4l.h" #include "linuxfb.h" #include "macosx.h" +#include "macosxCG.h" void set_greyscale_colormap(void); void set_hi240_colormap(void); |