commit | 87e04817a2debe4151e697a9434dad37fc373a68 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Wed Jun 29 19:32:54 2016 +0930 |
committer | Joel Stanley <joel@jms.id.au> | Wed Jun 29 19:34:26 2016 +0930 |
tree | c82d3ffd95fb125908815a24de2c786ef48062a6 | |
parent | a182577f614152e816e72a104bdc47eaf60df172 [diff] |
hostcheckstop: Fix missing header Fixes the following error: host_checkstop_obj.c: In function ‘is_host_booted’: host_checkstop_obj.c:46:10: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration] if ((strcmp(system_state, "HOST_BOOTED") == 0) || Signed-off-by: Joel Stanley <joel@jms.id.au>