aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_wav.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-24 22:12:25 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-24 22:12:25 +0000
commit68b35aace458f22f7b69073b95fded42c6c2c1fe (patch)
tree2c2a529dab0d7cf25757374aab678e6ca3474ad1 /formats/format_wav.c
parentb507b4a2fcacc58c85eb8356f3c2256ed9bd9ac2 (diff)
merge endian.h (bug #3867)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@6005 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats/format_wav.c')
-rwxr-xr-xformats/format_wav.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/formats/format_wav.c b/formats/format_wav.c
index 0e87f2de9..d0a904be4 100755
--- a/formats/format_wav.c
+++ b/formats/format_wav.c
@@ -25,11 +25,8 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
-#ifdef __linux__
-#include <endian.h>
-#else
-#include <machine/endian.h>
-#endif
+#include "asterisk/endian.h"
+
/* Some Ideas for this code came from makewave.c by Jeffrey Chilton */