X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=signalhandler.hpp;h=fad3ac39814d8b674829469e171ae315c20d04dd;hb=1d3defec28e1fe67c8aec4d61eaaf6b41ab4d6c4;hp=a81f186c8493ec61afce9833023550e4c85fec18;hpb=efdec55aec1a137460fa362a381ed1904182bfed;p=pulseview.git diff --git a/signalhandler.hpp b/signalhandler.hpp index a81f186c..fad3ac39 100644 --- a/signalhandler.hpp +++ b/signalhandler.hpp @@ -17,8 +17,8 @@ * along with this program; if not, see . */ -#ifndef SIGNALHANDLER_HPP -#define SIGNALHANDLER_HPP +#ifndef PULSEVIEW_SIGNALHANDLER_HPP +#define PULSEVIEW_SIGNALHANDLER_HPP #include @@ -51,4 +51,4 @@ private: static int sockets_[2]; }; -#endif // SIGNALHANDLER_HPP +#endif // PULSEVIEW_SIGNALHANDLER_HPP