0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 12:02:28 +02:00

Use include "buffer.h" instead of include <buffer.h>

My own non-standard cmake based build system found this one. But
even if this is not a problem with the normal autoconf based system
we should still be consistent.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20221219172141.2565798-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25777.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
Arne Schwabe 2022-12-19 18:21:41 +01:00 committed by Gert Doering
parent 91ab3d022e
commit 5bd787bb8f

View File

@ -22,7 +22,7 @@
#if defined(ENABLE_DCO) && defined(TARGET_FREEBSD) #if defined(ENABLE_DCO) && defined(TARGET_FREEBSD)
#include <buffer.h> #include "buffer.h"
#include "event.h" #include "event.h"
#include "ovpn_dco_freebsd.h" #include "ovpn_dco_freebsd.h"