]> 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:29 +0000 (13:27 +0200)
commit423e04fced48ab79950f0bb4b651ff816c183b07
tree9eae62c62c490b1dc655428eee73a92fdb96e96e
parentbeedf28299e6f917b00dd2216e03d3ae99c0be52
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

(cherry picked from commit 8c6c584377feba0e3b99eecb3ef33b28cee318cb)
unix/xserver/hw/vnc/xvnc.c