]> git.ipfire.org Git - thirdparty/nftables.git/commit
parser_bison: Fix for implicit declaration of isalnum
authorPhil Sutter <phil@nwl.cc>
Fri, 11 Jun 2021 14:03:32 +0000 (16:03 +0200)
committerPhil Sutter <phil@nwl.cc>
Mon, 14 Jun 2021 11:31:07 +0000 (13:31 +0200)
commit7c3b2a7acbdc793b822a230ec0c28086c7d0365d
tree612bd2c7680068850865efb0e5f839ecc605521e
parentbbcc5eda7e5880cf605ff470d5830dfae5da925b
parser_bison: Fix for implicit declaration of isalnum

Have to include ctype.h to make it known.

Fixes: e76bb37940181 ("src: allow for variables in the log prefix string")
Signed-off-by: Phil Sutter <phil@nwl.cc>
src/parser_bison.y