[PATCH xserver 1/1] dmx: Build fix for -Werror=implicit-function-declaration on linux

Jeremy Huddleston jeremyhu at apple.com
Thu Nov 24 13:54:08 PST 2011


Fixes regression introduced by: 6e6d732bac3c21cb85f8e998908f9b393630e5f8
Found-by: Tinderbox

Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>
CC: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 hw/dmx/config/dmxcompat.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/dmx/config/dmxcompat.c b/hw/dmx/config/dmxcompat.c
index 98c52eb..1c72084 100644
--- a/hw/dmx/config/dmxcompat.c
+++ b/hw/dmx/config/dmxcompat.c
@@ -42,6 +42,7 @@
 #include <dmx-config.h>
 #endif
 
+#include "os.h"
 #include "dmxconfig.h"
 #include "dmxparse.h"
 #include "dmxcompat.h"
-- 
1.7.7.1



More information about the xorg-devel mailing list