https://bugs.freedesktop.org/show_bug.cgi?id=96399
--- Comment #11 from Kevin Brace <kevinbr...@gmx.com> ---
Created attachment 124595
--> https://bugs.freedesktop.org/attachment.cgi?id=124595&action=edit
Proposed patch to fix xf86InitFBManager implicit declaration warning
Commit e73fa19 removed including xf86fbman.h when compiling via_ums.c,
and as a result, if the code was compiled with a stricter warning
compilation option, it will not be able successfully compile the code
due to not being able to resolve the lack of xf86InitFBManager
declaration. Including xf86fbman.h with via_driver.h resolves this
problem.
Reported-by: Benno Schulenberg <"Benno's e-mail address">
Reported-by: Xavier Bachelot <"Xavier's e-mail address">
Signed-off-by: Kevin Brace <"Kevin's e-mail address">
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Openchrome-devel mailing list
Openchrome-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/openchrome-devel