From 0e3a3ccb7b66130fdfbcd9ff3a233ed5d03c6951 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou GAYE Date: Sun, 26 Oct 2014 10:06:22 +0100 Subject: Build system: Host tools: add a compatibility src headers Signed-off-by: Abdoulaye Walsimou GAYE --- src/embtk/include/byteswap.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/embtk/include/byteswap.h (limited to 'src/embtk/include/byteswap.h') diff --git a/src/embtk/include/byteswap.h b/src/embtk/include/byteswap.h new file mode 100644 index 0000000..1a187fe --- /dev/null +++ b/src/embtk/include/byteswap.h @@ -0,0 +1,5 @@ +#if defined(__linux__) +#include_next +#else +#include +#endif -- cgit v1.2.3