From 2a108b9b06e52027aea370bc5c19705db74851d6 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 31 Aug 2004 13:32:11 +0000 Subject: Merge NetBSD and Courtesty tone with modifications (bug #2329) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3686 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/lpc10/lpc10.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'codecs/lpc10') diff --git a/codecs/lpc10/lpc10.h b/codecs/lpc10/lpc10.h index 0f751c6de..99c64c624 100755 --- a/codecs/lpc10/lpc10.h +++ b/codecs/lpc10/lpc10.h @@ -1,6 +1,9 @@ /* $Log$ +Revision 1.18 2004/08/31 13:32:11 markster +Merge NetBSD and Courtesty tone with modifications (bug #2329) + Revision 1.17 2003/10/26 18:50:49 markster Make it build and run on MacOS X @@ -41,7 +44,7 @@ Add broken lpc10 code... It's not too far from working I don't think... */ -#if defined(unix) || defined(__unix__) +#if defined(unix) || defined(__unix__) || defined(__NetBSD__) typedef short INT16; typedef int INT32; #endif -- cgit v1.2.3