From cc6e2dcfcdd8eb59b2bc9bc135b90de04ae15e25 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Fri, 10 Aug 2012 12:26:13 +0200 Subject: usb-device: Include once --- src/usb-device.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/usb-device.h b/src/usb-device.h index 73408ad..93a5b0d 100644 --- a/src/usb-device.h +++ b/src/usb-device.h @@ -17,6 +17,9 @@ */ +#ifndef USB_DEVICE_H +#define USB_DEVICE_H + #include #include "device.h" @@ -48,3 +51,5 @@ struct usb_device_info { const char * usb_flash_protocol_to_string(enum usb_flash_protocol protocol); struct usb_device_info * usb_open_and_wait_for_device(void); void usb_close_device(struct usb_device_info * dev); + +#endif -- cgit v1.2.3