]> git.ipfire.org Git - thirdparty/kmod.git/commit
tools: add missing stdio.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)
commit2224ec8b9b4a559ff23381d1e09bf38359c90c14
treea2e1aeb42e2a58010c6589eb5e9ad2444cc0698d
parentecb77447afd2d1aa6f91a732ec41caeff1456089
tools: add missing stdio.h include

Required for puts(), reported by clang-tidy.

Fixes: b644b8d7 ("tools: add kmod_version() helper")
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>
tools/kmod.h