]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Add missing stdint.h includes in unit tests files
authorArne Schwabe <arne@rfc2549.org>
Wed, 8 Feb 2023 00:18:18 +0000 (01:18 +0100)
committerGert Doering <gert@greenie.muc.de>
Fri, 10 Feb 2023 20:52:37 +0000 (21:52 +0100)
commite80720ef9399d7a4e3469cf1004d064643e0f4dd
tree2d6101df6237ad3296e15db1b12de8dc1ac8c548
parent092ceadb762a42a50191e38bd7cf0fe9f6528a59
Add missing stdint.h includes in unit tests files

My mingw compiler/headers (mingw-w64 10.0.0 on macOS) seem to be more
pendantic than the one that comes with Ubuntu 22.04 (github actions) or
any of the other platforms including msvc/normal windows header.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Selva Nair <selva.nair@gmail.com>
Message-Id: <20230208001819.244694-5-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26182.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
tests/unit_tests/example_test/test.c
tests/unit_tests/example_test/test2.c
tests/unit_tests/openvpn/mock_msg.c