aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_vox.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_vox.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_vox.c')
-rwxr-xr-xformats/format_vox.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/formats/format_vox.c b/formats/format_vox.c
index 1a09dac52..61f329aaa 100755
--- a/formats/format_vox.c
+++ b/formats/format_vox.c
@@ -25,11 +25,7 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
-#ifdef __linux__
-#include <endian.h>
-#else
-#include <machine/endian.h>
-#endif
+#include "asterisk/endian.h"
#define BUF_SIZE 80 /* 160 samples */