]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix local #include to use quoted form
authorSimon Rozman <simon@rozman.si>
Thu, 12 Oct 2017 10:34:48 +0000 (12:34 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 4 Nov 2017 18:36:18 +0000 (19:36 +0100)
commitd2a7415f265aea5e0f04d80e48af506e153ba0f4
tree2a6c1dde63825450dd69719e113f8d9ee6b225c9
parent31b5c0e9a0c10f59a0e987a9e1f82e9268b30e61
Fix local #include to use quoted form

.h include files from the same folder or addressed relatively to the
same folder should be #included using quoted form in MSVC. The angled
form is reserved for include files from folders specified using /I
path.

Using angled form, MSVC fails to locate local #include file, unless
current folder is added to the include search path: /I .
Acked-by: Selva Nair <selva.nair@gmail.com>
Message-Id: <20171012103448.7632-1-simon@rozman.si>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15622.html

Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpnserv/common.c