From 2403e49e683d00598f10631c74c8e66fd418aa27 Mon Sep 17 00:00:00 2001
From: Zuzana Baranova <xbaranov@fi.muni.cz>
Date: Thu, 27 Jun 2019 15:28:52 +0000
Subject: [PATCH] dios: Add missing #include <endian.h> to libm/math_private.h.

---
 dios/libm/math_private.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dios/libm/math_private.h b/dios/libm/math_private.h
index cb612fcc5..15fdc2929 100644
--- a/dios/libm/math_private.h
+++ b/dios/libm/math_private.h
@@ -19,6 +19,7 @@
 
 #include <sys/types.h>
 #include <stdint.h>
+#include <endian.h>
 
 typedef __uint64_t u_int64_t;
 typedef __uint32_t u_int32_t;
-- 
GitLab