aboutsummaryrefslogtreecommitdiffstats
path: root/ulaw.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-21 06:02:45 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-21 06:02:45 +0000
commit31e8dcf4fe91466bf35a3f6d4de2bd714c43b288 (patch)
tree2e1428fa6b252feb5b9995433f1bcd3a6fa373f7 /ulaw.c
parent78bebade1972eb48c8fc73e2f7b441d5592f4055 (diff)
use double-quotes instead of angle-brackets for non-system include files (bug #4058)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ulaw.c')
-rwxr-xr-xulaw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulaw.c b/ulaw.c
index 2f90d2116..37ab25488 100755
--- a/ulaw.c
+++ b/ulaw.c
@@ -11,7 +11,7 @@
* the GNU General Public License
*/
-#include <asterisk/ulaw.h>
+#include "asterisk/ulaw.h"
#define ZEROTRAP /* turn on the trap as per the MIL-STD */
#define BIAS 0x84 /* define the add-in bias for 16 bit samples */