]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Use include "buffer.h" instead of include <buffer.h>
authorArne Schwabe <arne@rfc2549.org>
Mon, 19 Dec 2022 17:21:41 +0000 (18:21 +0100)
committerGert Doering <gert@greenie.muc.de>
Mon, 19 Dec 2022 17:33:37 +0000 (18:33 +0100)
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>
(cherry picked from commit 5bd787bb8fc647f508635b948be75179fbb0b8a5)

src/openvpn/dco_freebsd.h

index 0d059ddafab0d486566e236ce06979213b84d098..2e35f3acecf4d4dadaf2b4ef84c90bc24e5dc3d3 100644 (file)
@@ -22,7 +22,7 @@
 
 #if defined(ENABLE_DCO) && defined(TARGET_FREEBSD)
 
-#include <buffer.h>
+#include "buffer.h"
 #include "event.h"
 
 #include "ovpn_dco_freebsd.h"