dmx: include header for DMXExtensionInit() in dmx.c

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 <alan.coopersmith@oracle.com>
Reviewed-by: Rémi Cardona <remi@gentoo.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit 4a758f59a8)
This commit is contained in:
Alan Coopersmith 2014-12-12 22:38:26 -08:00 committed by Adam Jackson
parent cb7ee9808a
commit 3f26c83726
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@
#include "extinit.h"
#include "opaque.h"
#include "dmx.h"
#include "dmxextension.h"
#include <X11/extensions/dmxproto.h>
#include <X11/extensions/dmx.h>