summaryrefslogtreecommitdiffstats
path: root/src/dabInput.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-21 22:02:21 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-21 22:02:21 +0100
commitb20b932571daff5621f12f760234e998d6e79fab (patch)
tree1ca7c1b70b091a77034f4aeec962ca8ac7ce4bcf /src/dabInput.h
parent337eec371c8c86f35813d804f61176a7606bae20 (diff)
downloaddabmux-b20b932571daff5621f12f760234e998d6e79fab.tar.gz
dabmux-b20b932571daff5621f12f760234e998d6e79fab.tar.bz2
dabmux-b20b932571daff5621f12f760234e998d6e79fab.zip
add RemoteControl, make the ZMQ input inherit from it
Diffstat (limited to 'src/dabInput.h')
-rw-r--r--src/dabInput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dabInput.h b/src/dabInput.h
index 56d3fbf..e5c89da 100644
--- a/src/dabInput.h
+++ b/src/dabInput.h
@@ -26,6 +26,7 @@
# include "config.h"
#endif
#include "Log.h"
+#include "RemoteControl.h"
#include <string>
extern Logger etiLog;