Skip to content

Commit eb90d73

Browse files
committed
Fix missing include from freeswitch/spandsp#59
1 parent d994cb2 commit eb90d73

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
See https://github.com/freeswitch/spandsp/pull/59
2+
3+
--- spandsp-3.0.0.orig/src/Makefile.am
4+
+++ spandsp-3.0.0/src/Makefile.am
5+
@@ -361,6 +361,7 @@ nobase_include_HEADERS = spandsp/ademco_
6+
spandsp/private/v42.h \
7+
spandsp/private/v42bis.h \
8+
spandsp/private/v8.h \
9+
+ spandsp/private/v80.h \
10+
spandsp/expose.h
11+
12+
nodist_include_HEADERS = spandsp.h

0 commit comments

Comments
 (0)