libpayload: Fix compilation on ARM with GDB enabled

Without this, gdb_enter() is not defined.

Change-Id: I067dce371ee817d6ac77387fcbe42a9a7deb6438
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/10755
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
Stefan Reinauer 2015-07-01 11:48:57 -07:00
parent 909b916e56
commit 088c1894f8
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#include <libpayload.h>
#include <assert.h> #include <assert.h>
#include <die.h> #include <die.h>
#include <stdlib.h> #include <stdlib.h>