X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=signalhandler.hpp;h=fad3ac39814d8b674829469e171ae315c20d04dd;hp=a81f186c8493ec61afce9833023550e4c85fec18;hb=73d5a9bbc2f32ed84077ca4e75a125a6b0fc1921;hpb=efdec55aec1a137460fa362a381ed1904182bfed 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