summaryrefslogtreecommitdiffstats
path: root/x11vnc/x11vnc.c
diff options
context:
space:
mode:
authorrunge <runge>2006-06-24 01:00:43 +0000
committerrunge <runge>2006-06-24 01:00:43 +0000
commit9992160105b0433484bca804d62eb672aff113de (patch)
tree76447789365f2cfc38e5650a3a34cd9ad132382f /x11vnc/x11vnc.c
parent64e731a9da82e3cc614e274d6fca6f855d0359b7 (diff)
downloadlibvncserver-9992160105b0433484bca804d62eb672aff113de.zip
libvncserver-9992160105b0433484bca804d62eb672aff113de.tar.gz
x11vnc: misc cleanup.
Diffstat (limited to 'x11vnc/x11vnc.c')
-rw-r--r--x11vnc/x11vnc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c
index 6d418a0..ce7bcbd 100644
--- a/x11vnc/x11vnc.c
+++ b/x11vnc/x11vnc.c
@@ -143,6 +143,7 @@
#include "sslhelper.h"
#include "selection.h"
#include "pm.h"
+#include "solid.h"
/*
* main routine for the x11vnc program
@@ -1470,7 +1471,7 @@ int main(int argc, char* argv[]) {
CHECK_ARGC
use_dpy = strdup(argv[++i]);
if (strstr(use_dpy, "WAIT")) {
- extern find_display[];
+ extern char find_display[];
if (strstr(use_dpy, "cmd=FINDDISPLAY-print")) {
fprintf(stdout, "%s", find_display);
exit(0);
OpenPOWER on IntegriCloud