aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/comp-lz4.c
diff options
context:
space:
mode:
authorSimon Rozman2018-04-13 17:55:17 +0200
committerGert Doering2018-10-07 09:48:10 +0200
commit3b7c7858dddc0ddd492acb9d1316e2dd42a807bf (patch)
treec2315d1385db7eda26b8769095f76dd0f29f93cb /src/openvpn/comp-lz4.c
parent632af53a515aa1570028f9f82e4b11ab7171f3a3 (diff)
downloadopenvpn-3b7c7858dddc0ddd492acb9d1316e2dd42a807bf.zip
openvpn-3b7c7858dddc0ddd492acb9d1316e2dd42a807bf.tar.gz
Change quoted to angled form when #including external .h files
Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20180413155517.895-1-simon@rozman.si> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg16760.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'src/openvpn/comp-lz4.c')
-rw-r--r--src/openvpn/comp-lz4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvpn/comp-lz4.c b/src/openvpn/comp-lz4.c
index f2916bd..f52fdbf 100644
--- a/src/openvpn/comp-lz4.c
+++ b/src/openvpn/comp-lz4.c
@@ -35,7 +35,7 @@
#if defined(NEED_COMPAT_LZ4)
#include "compat-lz4.h"
#else
-#include "lz4.h"
+#include <lz4.h>
#endif
#include "comp.h"