aboutsummaryrefslogtreecommitdiffstats
path: root/comms/spandsp-devel/files/patch-src-spandsp-dc_restore.h
blob: 2b4ea48bf832630cc04b3432c9fc19588082e558 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

$FreeBSD$

--- src/spandsp/dc_restore.h.orig
+++ src/spandsp/dc_restore.h
@@ -109,5 +109,10 @@
 }
 #endif
 
+#ifndef INT16_MAX
+#define INT16_MAX 0x7fff
+#define INT16_MIN (-0x7fff-1)
+#endif
+
 #endif
 /*- End of file ------------------------------------------------------------*/