From 96def4286ea0cb09f7e6a68ae951c6039d39697e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 8 May 2011 09:48:10 +0200 Subject: [PATCH] libosmocore include path change --- at91sam7/host/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/at91sam7/host/main.c b/at91sam7/host/main.c index 20786e3..9049cea 100644 --- a/at91sam7/host/main.c +++ b/at91sam7/host/main.c @@ -38,7 +38,7 @@ #include "simtrace_usb.h" #include "apdu_split.h" -#include +#include static struct usb_dev_handle *udev; static struct apdu_split *as;