X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdatasnapshot.h;h=9c0866d48f0eb56a382558b7d2d8092d33841d51;hp=221ebcd369ad1af839d4f2ffb0f6161035779f8f;hb=640d091b45b196cc586fbc6a7bec71c5c7d75544;hpb=8df906e5b0da130f104e67eeb15b379c12a1916b diff --git a/pv/datasnapshot.h b/pv/datasnapshot.h index 221ebcd..9c0866d 100644 --- a/pv/datasnapshot.h +++ b/pv/datasnapshot.h @@ -18,6 +18,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef PULSEVIEW_PV_DATASNAPSHOT_H +#define PULSEVIEW_PV_DATASNAPSHOT_H + extern "C" { #include } @@ -43,3 +46,5 @@ protected: }; } // namespace pv + +#endif // PULSEVIEW_PV_DATASNAPSHOT_H