aboutsummaryrefslogtreecommitdiffstats
path: root/Tremolo
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2010-07-02 11:44:26 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2010-07-02 11:44:26 -0700
commit845097c460f780f65c63b4e3e5ec3de03f23bc66 (patch)
tree787958b87033fd0296c554c7c149a1527b3a3cf2 /Tremolo
parent9a688754461ebfc91769b5d3c8ba5aba9fe1f376 (diff)
parent97a3b7c33088e22bbf6cd494c5a014081a4a6d87 (diff)
downloadexternal_tremolo-845097c460f780f65c63b4e3e5ec3de03f23bc66.zip
external_tremolo-845097c460f780f65c63b4e3e5ec3de03f23bc66.tar.gz
external_tremolo-845097c460f780f65c63b4e3e5ec3de03f23bc66.tar.bz2
merge from open-source master
Change-Id: Ib04e99f47b43622005a7fe9c635008b2d91a9a8a
Diffstat (limited to 'Tremolo')
-rw-r--r--Tremolo/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tremolo/misc.h b/Tremolo/misc.h
index 4176eb6..bd2eab3 100644
--- a/Tremolo/misc.h
+++ b/Tremolo/misc.h
@@ -66,6 +66,7 @@ extern void _VDBG_free(void *ptr,char *file,long line);
#ifndef _LOW_ACCURACY_
/* 64 bit multiply */
+#include <endian.h>
#include <sys/types.h>
#if BYTE_ORDER==LITTLE_ENDIAN