]> sigrok.org Git - libsigrok.git/blobdiff - src/input/wav.c
scpi: don't stop parsing table at command 0 which is a valid command
[libsigrok.git] / src / input / wav.c
index 4f36e8c45126aac8791a55ddef31563bab0db2cc..2f01f7d824e1808afb5998175f31c9ffeb3c542f 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
@@ -24,7 +25,7 @@
 #include <ctype.h>
 #include <string.h>
 #include <stdint.h>
-#include "libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
 #define LOG_PREFIX "input/wav"