From d52494ec8fce44bffa5676a655df57014bbe0eb9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 7 Oct 2014 17:19:44 -0500 Subject: arm/lm3s69xx/startup/bspstart.c: Add include of to fix warning --- c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c b/c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c index 663239afad..da3029e58c 100644 --- a/c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c +++ b/c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c @@ -1,3 +1,7 @@ +/* + * This routine does the bulk of the system initialization. + */ + /* * Copyright © 2013 Eugeniy Meshcheryakov * @@ -8,6 +12,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3