aboutsummaryrefslogtreecommitdiff
path: root/debugger/include
diff options
context:
space:
mode:
authorJagadeesh Ujja <jagadeesh.ujja@arm.com>2020-04-07 23:33:19 +0530
committerjimqui01 <54316584+jimqui01@users.noreply.github.com>2020-05-22 11:47:10 +0100
commit351be29f7e14ba89137199cc0eb83c41bd10b019 (patch)
tree5e77e18256fe77dfb82bba02f62701da18cecd36 /debugger/include
parenta86b21dbf49b0c825348ae348e74fc377459ccc1 (diff)
dbg: Fix the compile error when DEBUGGER flag set
This patch fixes the compile error seen when DEBUGGER flag is set Change-Id: Ie9395eabf7b849cb43c2245cea3698bf916b915d Signed-off-by: Jagadeeesh Ujja <jagadeesh.ujja@arm.com>
Diffstat (limited to 'debugger/include')
-rw-r--r--debugger/include/cli.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/debugger/include/cli.h b/debugger/include/cli.h
index a62d5d6f..ef34d323 100644
--- a/debugger/include/cli.h
+++ b/debugger/include/cli.h
@@ -12,12 +12,12 @@
/* Include Files */
/*****************************************************************************/
-#include "cli_config.h"
-#include "cli_fifo.h"
-
#include <stdbool.h>
#include <stdint.h>
+#include "cli_config.h"
+#include "cli_fifo.h"
+
/*****************************************************************************/
/* Enumerated Types */
/*****************************************************************************/