]> source.dussan.org Git - tigervnc.git/commit
Avoid error/warning about implicit function declaration
authorJan Grulich <jgrulich@redhat.com>
Wed, 27 Jun 2018 11:13:46 +0000 (13:13 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 28 Jun 2018 11:27:08 +0000 (13:27 +0200)
commit8c6c584377feba0e3b99eecb3ef33b28cee318cb
tree1d0dfcf456e19e3bcfd3b7e4a5923de280fe2fc9
parent1f8d9988d138bf0dbd77593a338946a3aa657aad
Avoid error/warning about implicit function declaration

Function xorgGlxCreateVendor() is defined in glx_extinit.h, if this header is
not included, we might get either error or warning. This header also need to
be included after scrninststr.h header as it defines some structures used
in glx_extinit.h
unix/xserver/hw/vnc/xvnc.c