]> sigrok.org Git - libsigrokdecode.git/blobdiff - log.c
srd: change output_new() API call to add()
[libsigrokdecode.git] / log.c
diff --git a/log.c b/log.c
index 6add4470c39ede8d963a8ca69ccc2b603d40b1f4..af4196c5dbe2898ca0282df9f6bc797795e22641 100644 (file)
--- a/log.c
+++ b/log.c
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#include <stdarg.h>
-#include <stdio.h>
 #include "sigrokdecode.h"
 #include "sigrokdecode-internal.h"
+#include <stdarg.h>
+#include <stdio.h>
 
 static int srd_loglevel = SRD_LOG_WARN; /* Show errors+warnings per default. */