From 08e32630ad1f5099f6be972d25276c9489399a01 Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Wed, 26 Oct 2005 17:36:53 +0000
Subject: [PATCH] use double quotes for asterisk header ...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6860 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 cryptostub.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cryptostub.c b/cryptostub.c
index b8f1928680..99fbe3e451 100755
--- a/cryptostub.c
+++ b/cryptostub.c
@@ -16,8 +16,7 @@
  * at the top of the source tree.
  */
 
-#include <asterisk/crypto.h>
-
+#include "asterisk/crypto.h"
 
 /* Hrm, I wonder if the compiler is smart enough to only create two functions
    for all these...  I could force it to only make two, but those would be some
-- 
GitLab