aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-31 13:32:11 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-31 13:32:11 +0000
commitefb40d0fe59817d10d6bcf2d545ae4ac0a887553 (patch)
tree8b96ade1ef4f07a1645bf7bdbfc34fcaa2b725db /codecs
parent116b73cebbd211cbbeaaba949acc84178cf24784 (diff)
Merge NetBSD and Courtesty tone with modifications (bug #2329)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3686 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rwxr-xr-xcodecs/lpc10/lpc10.h5
1 files changed, 4 insertions, 1 deletions
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