diff options
author | Adam Tkac <atkac@redhat.com> | 2008-03-21 19:58:50 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-03-21 19:58:50 +0000 |
commit | 2b92f2f3b6f57dcc61a59d1fb2adf4ea46120705 (patch) | |
tree | 184e8a2fe4baa816ac4f6a9379025e7b090c0e62 /unix/xserver/hw/vnc/vncExtInit.cc | |
parent | 4c0427ffb370b5020a6f82456106774b6711ddd4 (diff) | |
download | tigervnc-2b92f2f3b6f57dcc61a59d1fb2adf4ea46120705.tar.gz tigervnc-2b92f2f3b6f57dcc61a59d1fb2adf4ea46120705.zip |
Fixed libX11 #include directives
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2440 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver/hw/vnc/vncExtInit.cc')
-rw-r--r-- | unix/xserver/hw/vnc/vncExtInit.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/xserver/hw/vnc/vncExtInit.cc b/unix/xserver/hw/vnc/vncExtInit.cc index 9cf9d21b..95548783 100644 --- a/unix/xserver/hw/vnc/vncExtInit.cc +++ b/unix/xserver/hw/vnc/vncExtInit.cc @@ -21,8 +21,8 @@ extern "C" { #define class c_class #define NEED_EVENTS -#include "X.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xproto.h> #include "misc.h" #include "os.h" #include "dixstruct.h" |