From b01f7fc58a95e2751b5ea0e9ee063b1d8e0a98f9 Mon Sep 17 00:00:00 2001
From: whh8b <whh8b@git.zephyr-software.com>
Date: Mon, 22 Feb 2016 03:18:12 +0000
Subject: [PATCH] Add support for uint8_t.

---
 libc/include/stdint.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libc/include/stdint.h b/libc/include/stdint.h
index f9cf7b8..0232991 100644
--- a/libc/include/stdint.h
+++ b/libc/include/stdint.h
@@ -30,6 +30,7 @@
 	typedef unsigned long long int uint64_t;
 	typedef unsigned short int uint16_t;
 	typedef unsigned int uint32_t;
+	typedef unsigned char uint8_t;
 #else
 	typedef signed long int ssize_t;
 	typedef unsigned long int size_t;
-- 
GitLab