]> sigrok.org Git - pulseview.git/blobdiff - pv/signaldata.h
Fix #include guards.
[pulseview.git] / pv / signaldata.h
index 57cd543b9d18cff9dec3b20b77ac220710129ead..94268aec927456e8d0fe37dd3d6d33d672c4310e 100644 (file)
@@ -18,6 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#ifndef PULSEVIEW_PV_SIGNALDATA_H
+#define PULSEVIEW_PV_SIGNALDATA_H
+
 #include <stdint.h>
 
 namespace pv {
@@ -37,3 +40,5 @@ protected:
 };
 
 } // namespace pv
+
+#endif // PULSEVIEW_PV_SIGNALDATA_H