Skip to content
Snippets Groups Projects
Commit 2403e49e authored by Zuzana Baranová's avatar Zuzana Baranová
Browse files

dios: Add missing #include <endian.h> to libm/math_private.h.

parent 9d79c566
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment