X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=log.c;h=cc680473aa6d112b7db8abbaa077028e2d5ffc82;hb=be34a1c74688351fdeb7482fda28f49aa762a831;hp=3344d174ad4914c6c3f55b4d722cea1945bf8327;hpb=b5118d6c013c4b5ae7ae146166750b3e392c4a14;p=libsigrok.git diff --git a/log.c b/log.c index 3344d174..cc680473 100644 --- a/log.c +++ b/log.c @@ -20,8 +20,8 @@ #include #include -#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. */