]> sigrok.org Git - sigrok-cli.git/blobdiff - input.c
Build: Include <config.h> first in all source files
[sigrok-cli.git] / input.c
diff --git a/input.c b/input.c
index 79b6270158b318e0d0f77cdaa984f8fac464bbb9..df1fdfc4d4746ec16eb39e63100a0c8b3e0f1a11 100644 (file)
--- a/input.c
+++ b/input.c
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
@@ -26,7 +27,6 @@
 #include <string.h>
 #include <glib.h>
 #include "sigrok-cli.h"
-#include "config.h"
 
 #define BUFSIZE (16 * 1024)