From: Peng Fan <peng....@nxp.com>

Use header file from libbaremetal.

Signed-off-by: Peng Fan <peng....@nxp.com>
---
 inmates/lib/string.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inmates/lib/string.c b/inmates/lib/string.c
index d3ba5abc..baade353 100644
--- a/inmates/lib/string.c
+++ b/inmates/lib/string.c
@@ -36,7 +36,8 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <inmate.h>
+#include <mmio.h>
+#include <string.h>
 
 static inline int tolower(int c)
 {
-- 
2.16.4

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jailhouse-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/20200807030632.28259-6-peng.fan%40nxp.com.

Reply via email to