aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/mgmt-cli.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-09-13 16:46:07 -0400
committerRob Austein <sra@hactrn.net>2016-09-13 16:46:07 -0400
commit4b5afd660093ea6e95b86539f453ba4410ffc656 (patch)
treebba22031af4b3502a6842cc996fe39e745656165 /projects/hsm/mgmt-cli.c
parentd1462f0017726bda2e227438d2c9348a4676b907 (diff)
Track libhal cleanup (function names, const-ification).
Diffstat (limited to 'projects/hsm/mgmt-cli.c')
-rw-r--r--projects/hsm/mgmt-cli.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/hsm/mgmt-cli.c b/projects/hsm/mgmt-cli.c
index ee1b31b..3c1a3bc 100644
--- a/projects/hsm/mgmt-cli.c
+++ b/projects/hsm/mgmt-cli.c
@@ -54,6 +54,8 @@
#undef HAL_OK
#define HAL_OK LIBHAL_OK
#include "hal.h"
+#warning Refactor so we do not need to include hal_internal.h here
+#include "hal_internal.h"
#undef HAL_OK
#ifndef CLI_UART_RECVBUF_SIZE