From 5bd787bb8fc647f508635b948be75179fbb0b8a5 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 19 Dec 2022 18:21:41 +0100 Subject: [PATCH] Use include "buffer.h" instead of include 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 Acked-by: Gert Doering 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 --- src/openvpn/dco_freebsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/dco_freebsd.h b/src/openvpn/dco_freebsd.h index 0d059dda..2e35f3ac 100644 --- a/src/openvpn/dco_freebsd.h +++ b/src/openvpn/dco_freebsd.h @@ -22,7 +22,7 @@ #if defined(ENABLE_DCO) && defined(TARGET_FREEBSD) -#include +#include "buffer.h" #include "event.h" #include "ovpn_dco_freebsd.h"