aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/libusb_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/drivers/libusb_common.h')
-rw-r--r--src/jtag/drivers/libusb_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/jtag/drivers/libusb_common.h b/src/jtag/drivers/libusb_common.h
index 573903c0..563af10e 100644
--- a/src/jtag/drivers/libusb_common.h
+++ b/src/jtag/drivers/libusb_common.h
@@ -15,8 +15,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
+#ifndef OPENOCD_JTAG_DRIVERS_LIBUSB_COMMON_H
+#define OPENOCD_JTAG_DRIVERS_LIBUSB_COMMON_H
+
#ifdef HAVE_LIBUSB1
#include <libusb1_common.h>
#else
#include <libusb0_common.h>
#endif
+
+#endif /* OPENOCD_JTAG_DRIVERS_LIBUSB_COMMON_H */