On Mon, Mar 24, 2014 at 17:32:10 +0000, Jon TURNEY wrote: > Include os.h for ErrorF() to fix implicit-function-declaration warnings when > configured with --enable-debug. > > hw/xfree86/parser/DRI.c: In function 'xf86parseDRISection': > hw/xfree86/parser/DRI.c:87:5: error: implicit declaration of function > 'ErrorF' [-Werror=implicit-function-declaration] > hw/xfree86/parser/Extensions.c: In function 'xf86parseExtensionsSection': > hw/xfree86/parser/Extensions.c:77:5: error: implicit declaration of function > 'ErrorF' [-Werror=implicit-function-declaration] > > Signed-off-by: Jon TURNEY <[email protected]> > --- > hw/xfree86/parser/DRI.c | 1 + > hw/xfree86/parser/Extensions.c | 1 + > 2 files changed, 2 insertions(+) > Reviewed-by: Julien Cristau <[email protected]>
Cheers, Julien _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
