diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2006-06-02 04:07:49 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2006-06-02 04:07:49 +0000 |
commit | a3b60c41167d57ce0953c2cc1e3cd208e4ae7e26 (patch) | |
tree | 82b491680bc51699c9502e0a0c5be44b63c6a4cd /unix/x0vncserver/x0vncserver.cxx | |
parent | 9e85b831ea79f86fff1dba1e07004ac0fb6d3a20 (diff) | |
download | tigervnc-a3b60c41167d57ce0953c2cc1e3cd208e4ae7e26.tar.gz tigervnc-a3b60c41167d57ce0953c2cc1e3cd208e4ae7e26.zip |
Updated build scripts in unix/ for new directory layout.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@617 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/x0vncserver/x0vncserver.cxx')
-rw-r--r-- | unix/x0vncserver/x0vncserver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/x0vncserver/x0vncserver.cxx b/unix/x0vncserver/x0vncserver.cxx index 80483bf8..96240ea1 100644 --- a/unix/x0vncserver/x0vncserver.cxx +++ b/unix/x0vncserver/x0vncserver.cxx @@ -34,7 +34,7 @@ #include <network/TcpSocket.h> #include <tx/TXWindow.h> -#include <vncconfig_unix/QueryConnectDialog.h> +#include <vncconfig/QueryConnectDialog.h> #include <signal.h> #include <X11/X.h> |