blob: 70a10347440e1db2d61de8ba6fb38b23d106fd40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- plugins/fax/fax_spandsp/spandsp_util/spandsp_if.h.orig 2009-08-30 02:52:53.000000000 +0400
+++ plugins/fax/fax_spandsp/spandsp_util/spandsp_if.h 2009-08-30 02:53:00.000000000 +0400
@@ -24,6 +24,11 @@
*/
extern "C" {
+#undef __cplusplus
+#undef _MACHINE__STDINT_H_
+#include <machine/_stdint.h>
+#define __cplusplus
+
#include "spandsp.h"
};
|