]> git.ipfire.org Git - thirdparty/kmod.git/commit
util: fix build on systems missing strndupa
authorNatanael Copa <ncopa@alpinelinux.org>
Mon, 17 Nov 2014 08:36:29 +0000 (09:36 +0100)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 17 Nov 2014 15:00:19 +0000 (13:00 -0200)
commitefb5bfaca938fa5991865c1e9a0c730dc919708c
tree606a082f54249ef9e7c02cfb6ecb2478f18186fb
parent3b058610b49229994675c5db95592b3b2200880f
util: fix build on systems missing strndupa

we need include shared/missing.h to be able to compile on sysmtes that
lacks strndupa.
shared/util.c