X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2Flibusb_common.h;h=563af10edeaec6aa010152ed0bbf5546830b3877;hp=bad6c8cc9b1856059db66f7b1d92fb7959470b87;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee diff --git a/src/jtag/drivers/libusb_common.h b/src/jtag/drivers/libusb_common.h index bad6c8cc9b..563af10ede 100644 --- a/src/jtag/drivers/libusb_common.h +++ b/src/jtag/drivers/libusb_common.h @@ -12,13 +12,16 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ +#ifndef OPENOCD_JTAG_DRIVERS_LIBUSB_COMMON_H +#define OPENOCD_JTAG_DRIVERS_LIBUSB_COMMON_H + #ifdef HAVE_LIBUSB1 #include #else #include #endif + +#endif /* OPENOCD_JTAG_DRIVERS_LIBUSB_COMMON_H */