summaryrefslogtreecommitdiff
path: root/addons/mp3/decode_ntom.c
diff options
context:
space:
mode:
Diffstat (limited to 'addons/mp3/decode_ntom.c')
-rw-r--r--addons/mp3/decode_ntom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/mp3/decode_ntom.c b/addons/mp3/decode_ntom.c
index b231f439f..e6b10a4c1 100644
--- a/addons/mp3/decode_ntom.c
+++ b/addons/mp3/decode_ntom.c
@@ -7,8 +7,8 @@
* N->M down/up sampling. Not optimized for speed.
*/
-#include <asterisk.h>
-#include <asterisk/logger.h>
+#include "asterisk.h"
+#include "asterisk/logger.h"
#include <stdlib.h>
#include <math.h>
#include <string.h>