diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-10 11:23:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-10 11:23:35 +0100 |
| commit | c4ac1ba47652884a647103ec49b2de4c0b6e60a9 (patch) | |
| tree | b4737409619cbf0724d3d6869fb877ad8b1c708c /src/lib/monitor_checker.cc | |
| parent | 06b02d71f02d29494dfb312c5006dc163aa7f4c9 (diff) | |
Fix non-variant build.
Diffstat (limited to 'src/lib/monitor_checker.cc')
| -rw-r--r-- | src/lib/monitor_checker.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/monitor_checker.cc b/src/lib/monitor_checker.cc index c506cd09e..19d8d8181 100644 --- a/src/lib/monitor_checker.cc +++ b/src/lib/monitor_checker.cc @@ -18,6 +18,8 @@ */ +#ifdef DCPOMATIC_VARIANT_SWAROOP + #include "monitor_checker.h" #include "config.h" #include "cross.h" @@ -100,3 +102,5 @@ MonitorChecker::instance () return _instance; } + +#endif |
