]> git.ipfire.org Git - thirdparty/kmod.git/commit
shared: add missing stddef.h include
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 3 Oct 2024 16:02:45 +0000 (17:02 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 9 Oct 2024 04:20:00 +0000 (23:20 -0500)
commitcdb6c2d66eafe066c1070b6f13a94aeed873f7f3
tree89f1f1b1854974658e9fdde8b9a393483a6cd291
parent2224ec8b9b4a559ff23381d1e09bf38359c90c14
shared: add missing stddef.h include

Required for size_t, reported by clang-tidy.

Fixes: 38943b20 ("shared: use size_t for strbuf")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/172
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
shared/strbuf.h