Some files in the glint drivers are missing #includes, see the attached patch.
Created attachment 10775 [details] [review] proposed patch
(In reply to comment #0) > Some files in the glint drivers are missing #includes, see the attached patch. > Specifically, the patch fixes these warnings: ../../src/glint_driver.c: In function 'GLINTScreenInit': ../../src/glint_driver.c:2968: warning: implicit declaration of function 'cfb8_32ScreenInit' ../../src/glint_driver.c:3147: warning: implicit declaration of function 'xf86Overlay8Plus32Init' ../../src/pm2_video.c: In function 'StopVideoStream': ../../src/pm2_video.c:1339: warning: implicit declaration of function 'usleep' ../../src/pm2_video.c: In function 'xvipcHandshake': ../../src/pm2_video.c:2413: warning: implicit declaration of function 'ioctl' ../../src/pm2_video.c: In function 'xvipcOpen': ../../src/pm2_video.c:2622: warning: implicit declaration of function 'close'
Pushed as f87b7c663c8ae2c4abf270f8f941a4c068da7e8b.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.