]> sigrok.org Git - libsigrok.git/blobdiff - src/std.c
Constify a lot more items.
[libsigrok.git] / src / std.c
index 5b97f66a857696f09998b30732ec6956f3649c5f..55952240fefe94e018e4a6b654477c0eab4b220f 100644 (file)
--- a/src/std.c
+++ b/src/std.c
   * @internal
   */
 
+#include <config.h>
 #include <glib.h>
-#include "libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
+#include "scpi.h"
 
 #define LOG_PREFIX "std"