X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fmain.c;h=a437b6b4c94fcd01bd794fcbb249ca8558170553;hb=c6460ea36d7eeaf4a0fe4fb1a4c65bb21547afbe;hp=f3ff51b66b2a133c42b49273184faaf1068c3bad;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=fw%2Fopenocd diff --git a/src/main.c b/src/main.c index f3ff51b66..a437b6b4c 100644 --- a/src/main.c +++ b/src/main.c @@ -13,15 +13,14 @@ * 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 . * ***************************************************************************/ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "openocd.h" +#include "helper/system.h" /* This is the main entry for developer PC hosted OpenOCD. *