diff --git a/plugins/channeltx/daemonsrc/daemonsrc.h b/plugins/channeltx/daemonsrc/daemonsrc.h index 8d0dd9a1e..7d5bd643f 100644 --- a/plugins/channeltx/daemonsrc/daemonsrc.h +++ b/plugins/channeltx/daemonsrc/daemonsrc.h @@ -14,6 +14,9 @@ // along with this program. If not, see . // /////////////////////////////////////////////////////////////////////////////////// +#ifndef PLUGINS_CHANNELTX_DAEMONSRC_DAEMONSRC_H_ +#define PLUGINS_CHANNELTX_DAEMONSRC_DAEMONSRC_H_ + #include "cm256.h" #include "dsp/basebandsamplesource.h" @@ -145,3 +148,5 @@ private: private slots: void handleData(); }; + +#endif // PLUGINS_CHANNELTX_DAEMONSRC_DAEMONSRC_H_