From 4a758f59a8a65c313244e06852745c8e180ff247 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 12 Dec 2014 22:38:26 -0800 Subject: [PATCH] dmx: include header for DMXExtensionInit() in dmx.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gets rid of gcc 4.8 warning: dmx.c:1193:1: warning: no previous prototype for ‘DMXExtensionInit’ [-Wmissing-prototypes] DMXExtensionInit(void) ^ Signed-off-by: Alan Coopersmith Reviewed-by: Rémi Cardona Reviewed-by: Keith Packard --- hw/dmx/dmx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/dmx/dmx.c b/hw/dmx/dmx.c index 99e970cb9..2988df33a 100644 --- a/hw/dmx/dmx.c +++ b/hw/dmx/dmx.c @@ -55,6 +55,7 @@ #include "extinit.h" #include "opaque.h" +#include "dmx.h" #include "dmxextension.h" #include #include