]> git.ipfire.org Git - thirdparty/elfutils.git/commit
lib: Add missing config.h include to next_prime.c
authorMichael Pratt <mcpratt@pm.me>
Thu, 10 Oct 2024 10:26:54 +0000 (10:26 +0000)
committerMark Wielaard <mark@klomp.org>
Mon, 14 Oct 2024 20:27:45 +0000 (22:27 +0200)
commitc981e61aa301d389f18df5fd279c1ca4d39d38a0
treebea7dbc2f2d2af619120a98177820298ef99dc6b
parent3dc5753b5f6f100ae24bc6ae9e4dbdb6fe44017d
lib: Add missing config.h include to next_prime.c

This is the last remaining C source file as of this commit
without the standard conditional inclusion of config.h
as the very first header.

      * lib/next_prime.c: add missing config.h header.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
lib/next_prime.c