]> sigrok.org Git - libsigrok.git/blobdiff - session.c
Fix build when no libusb-LA is compiled.
[libsigrok.git] / session.c
index ed86de3c8b27b4cb073e40b3de3dcee6c44ba5c3..7732629131c1a0f4957ef71546a643c571c6a9cd 100644 (file)
--- a/session.c
+++ b/session.c
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
 #include <glib.h>
 #include <sigrok.h>
-#include <config.h>
 
 /* demo.c */
 extern GIOChannel channels[2];