diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-11-24 13:54:08 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-11-24 21:15:32 -0800 |
commit | b2015a2c01711646bb7ae23d684abee0cd55d4d0 (patch) | |
tree | 277565ae00b018bc0d1e215f26fdff4d1ec2df1a | |
parent | 873a1ace3646994adf95961f48719e95dcade7a2 (diff) |
dmx: Build fix for -Werror=implicit-function-declaration on linux
Fixes regression introduced by: 6e6d732bac3c21cb85f8e998908f9b393630e5f8
Found-by: Tinderbox
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
CC: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | 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 98c52eb0e..1c72084fa 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" |