]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/teleinfo/protocol.h
Build: Set local include directories in Makefile.am
[libsigrok.git] / src / hardware / teleinfo / protocol.h
index f95c50eba16e69ced766a583b762c0b6974c1a32..84a7546e2c2bfa4a03c3244a895f578df74765cf 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <stdint.h>
 #include <glib.h>
-#include "libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
 #define LOG_PREFIX "teleinfo"
@@ -45,7 +45,7 @@ struct dev_context {
        void *session_cb_data;    /**< Opaque pointer passed in by the frontend. */
 
        /* Operational state */
-       enum optarif optarif;     /**< The device mode (which mesures are reported) */
+       enum optarif optarif;     /**< The device mode (which measures are reported) */
        uint64_t num_samples;     /**< The number of already received samples. */
        int64_t start_time;       /**< The time at which sampling started. */