]> sigrok.org Git - libsigrok.git/blobdiff - src/output/wav.c
scpi/usbtmc: Support RL1 feature.
[libsigrok.git] / src / output / wav.c
index a16f45eaca320115bc576673d6317360843e7e3d..fb809500c5e3b7b776c555c9fe7b9b3810cde104 100644 (file)
@@ -17,8 +17,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
-#include "libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
 #define LOG_PREFIX "output/wav"