diff options
author | austriancoder <austriancoder> | 2004-10-13 12:36:37 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-10-13 12:36:37 +0000 |
commit | 7803028fd2667dd317c6048523e570b020a8b76e (patch) | |
tree | 27a2d5b1c37590ce08be1279748acb31d67b576b | |
parent | c0e96501864ef7c1ac7cee829598b3bc4beda543 (diff) | |
download | vdr-plugin-dxr3-7803028fd2667dd317c6048523e570b020a8b76e.tar.gz vdr-plugin-dxr3-7803028fd2667dd317c6048523e570b020a8b76e.tar.bz2 |
compile fix
-rw-r--r-- | dxr3device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dxr3device.c b/dxr3device.c index bbd6198..54f1271 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -25,6 +25,7 @@ #include "dxr3interface.h" #include "dxr3tools.h" #include "dxr3log.h" +#include "dxr3osd.h" extern "C" { |