From 34e6eeef656a205d4f65f128cb17bc81cca3b4d3 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 11 Nov 2014 15:52:36 +0100 Subject: Move utils to convenience library --- src/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usb.c') diff --git a/src/usb.c b/src/usb.c index 3ce2abb..c0eede9 100644 --- a/src/usb.c +++ b/src/usb.c @@ -34,7 +34,7 @@ #include "usb.h" #include "log.h" #include "device.h" -#include "utils.h" +#include "common/utils.h" #if (defined(LIBUSB_API_VERSION) && (LIBUSB_API_VERSION >= 0x01000102)) || (defined(LIBUSBX_API_VERSION) && (LIBUSBX_API_VERSION >= 0x01000102)) #define HAVE_LIBUSB_HOTPLUG_API 1 -- cgit v1.1-32-gdbae