From f7d61e13c1c343da844b36b20bf4fa00996ce799 Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Mon, 26 Dec 2011 14:25:59 +0200 Subject: Fix config.h include location Move config.h include in usbhid-dump.c to before all other includes to allow header control. --- src/usbhid-dump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usbhid-dump.c b/src/usbhid-dump.c index 4c8c1bd..b6af848 100644 --- a/src/usbhid-dump.c +++ b/src/usbhid-dump.c @@ -23,6 +23,8 @@ * @(#) $Id$ */ +#include "config.h" + #include "uhd/iface_list.h" #include "uhd/str.h" #include "uhd/libusb.h" @@ -40,8 +42,6 @@ #include #include -#include "config.h" - #define ERROR(_fmt, _args...) \ fprintf(stderr, _fmt "\n", ##_args) -- cgit v1.2.1