X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=signalhandler.hpp;h=a17b04b9eb885d8de55f5bc507d0974eae554668;hp=a81f186c8493ec61afce9833023550e4c85fec18;hb=323715c41a09a1aba08f4b716e9d93da58f0f3a8;hpb=efdec55aec1a137460fa362a381ed1904182bfed diff --git a/signalhandler.hpp b/signalhandler.hpp index a81f186..a17b04b 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_PV_SIGNALHANDLER_HPP +#define PULSEVIEW_PV_SIGNALHANDLER_HPP #include @@ -51,4 +51,4 @@ private: static int sockets_[2]; }; -#endif // SIGNALHANDLER_HPP +#endif // PULSEVIEW_PV_SIGNALHANDLER_HPP