From e85775aa64d1e9322c82090a26256af5e1fede0a Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Mon, 14 Sep 2009 08:01:56 +1000 Subject: Include and remove _DMX_SERVER_ define. Fixes build with newer dmx header files that have been split between dmx.h and dmxext.h. _DMX_SERVER_ is no longer needed with the split headers. Signed-off-by: Peter Hutterer --- hw/dmx/dmx.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hw/dmx/dmx.c b/hw/dmx/dmx.c index 87d408d7e..82f95c994 100644 --- a/hw/dmx/dmx.c +++ b/hw/dmx/dmx.c @@ -56,9 +56,7 @@ #include "dmxextension.h" #include - -#define _DMX_SERVER_ -#include +#include #ifdef PANORAMIX #include "panoramiX.h" -- cgit v1.2.3