From: Arne Schwabe Date: Mon, 19 Dec 2022 17:21:41 +0000 (+0100) Subject: Use include "buffer.h" instead of include X-Git-Tag: v2.7_alpha1~631 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bd787bb8fc647f508635b948be75179fbb0b8a5;p=thirdparty%2Fopenvpn.git 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 --- diff --git a/src/openvpn/dco_freebsd.h b/src/openvpn/dco_freebsd.h index 0d059ddaf..2e35f3ace 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"