aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/crypto.h')
-rwxr-xr-xinclude/asterisk/crypto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/crypto.h b/include/asterisk/crypto.h
index 13bf0c373..a869de80a 100755
--- a/include/asterisk/crypto.h
+++ b/include/asterisk/crypto.h
@@ -14,8 +14,8 @@
#ifndef _ASTERISK_CRYPTO_H
#define _ASTERISK_CRYPTO_H
-#include <asterisk/channel.h>
-#include <asterisk/file.h>
+#include "asterisk/channel.h"
+#include "asterisk/file.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {