|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/NEWLIB PATCH 1/2] Include stdint.h in sys/_types.h
Hi Vlad,
Thanks for the fix!
Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx>
On 17.12.19, 18:05, "Vlad-Andrei BĂDOIU (78692)"
<vlad_andrei.badoiu@xxxxxxxxxxxxxxx> wrote:
stdatomic.h does no longer build because it's missing the definitions of
stdint.h that should come with sys/types.h
Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
---
include/sys/_types.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/sys/_types.h b/include/sys/_types.h
index 972a7de..4b99561 100644
--- a/include/sys/_types.h
+++ b/include/sys/_types.h
@@ -37,6 +37,7 @@
/* Use Unikraft type definitions */
#include <uk/_types.h>
+#include <stdint.h>
/* Provide _CLOCK_T_ */
#define _CLOCK_T_ long /* clock() */
--
2.20.1
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |