]> sigrok.org Git - libsigrok.git/blobdiff - log.c
sr: fx2lafw: Add basic support for USBee DX and clones
[libsigrok.git] / log.c
diff --git a/log.c b/log.c
index 3344d174ad4914c6c3f55b4d722cea1945bf8327..cc680473aa6d112b7db8abbaa077028e2d5ffc82 100644 (file)
--- a/log.c
+++ b/log.c
@@ -20,8 +20,8 @@
 
 #include <stdarg.h>
 #include <stdio.h>
-#include "sigrok.h"
-#include "sigrok-internal.h"
+#include "libsigrok.h"
+#include "libsigrok-internal.h"
 
 /* Currently selected libsigrok loglevel. Default: SR_LOG_WARN. */
 static int sr_loglevel = SR_LOG_WARN; /* Show errors+warnings per default. */