blob: 352fb814def9e210b46bc6c1cbd0efc2b509b3af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- res/res_musiconhold.c
+++ res/res_musiconhold.c
@@ -40,7 +40,7 @@
#ifdef __linux__
#include <linux/zaptel.h>
#else
-#include <zaptel.h>
+#include <zaptel/zaptel.h>
#endif /* __linux__ */
#endif
#include <unistd.h>
|