From 94fe441cc55114766436bc48bb7db7acedc19632 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 5 Mar 2012 12:38:39 -0500 Subject: [PATCH 1/1] Fix: try to include endian.h by default Signed-off-by: Mathieu Desnoyers --- include/babeltrace/endian.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/babeltrace/endian.h b/include/babeltrace/endian.h index cadb98ae..5cf0a6e2 100644 --- a/include/babeltrace/endian.h +++ b/include/babeltrace/endian.h @@ -18,12 +18,10 @@ * modified is included with the above copyright notice. */ -#ifdef __linux__ -#include -#elif defined(__FreeBSD__) +#ifdef __FreeBSD__ #include #else -#error "Please add support for your OS." +#include #endif #ifndef FLOAT_WORD_ORDER -- 2.34.1