]> sigrok.org Git - sigrok-cli.git/blobdiff - main.c
Pass unitsize to srd_session_send() directly.
[sigrok-cli.git] / main.c
diff --git a/main.c b/main.c
index 4f2ff3ce6566d8421f14217f025e5eb12f929497..a53566e8960b31b24ce3b89e6e68edd5b62e841d 100644 (file)
--- a/main.c
+++ b/main.c
@@ -17,9 +17,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "sigrok-cli.h"
 #include <stdlib.h>
 #include <glib.h>
+#include "sigrok-cli.h"
 
 struct sr_context *sr_ctx = NULL;
 #ifdef HAVE_SRD