aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_ilbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_ilbc.c')
-rwxr-xr-xformats/format_ilbc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/formats/format_ilbc.c b/formats/format_ilbc.c
index 5b47ddc67..f92018cf2 100755
--- a/formats/format_ilbc.c
+++ b/formats/format_ilbc.c
@@ -30,8 +30,12 @@
#ifdef __linux__
#include <endian.h>
#else
+#ifdef SOLARIS
+#include "solaris-compat/compat.h"
+#else
#include <machine/endian.h>
#endif
+#endif
/* Some Ideas for this code came from makeg729e.c by Jeffrey Chilton */