]> git.ipfire.org Git - thirdparty/lldpd.git/commit
priv: declare `res_init()` for builds against Android's Bionic
authorVincent Bernat <bernat@luffy.cx>
Tue, 31 Dec 2013 13:40:41 +0000 (14:40 +0100)
committerVincent Bernat <bernat@luffy.cx>
Tue, 31 Dec 2013 13:42:48 +0000 (14:42 +0100)
commitafe3dabf9eedf05edfe5c455a863971ab53dce42
treeb21695f80d98c07db4d7d03d56ee3baa84910e27
parent608b5669ebf13b4e9e3dbceae4a718a1b54b2e7f
priv: declare `res_init()` for builds against Android's Bionic

`res_init()` is present in the C library (as detected by configure) but
no declared in any header.
src/daemon/priv.c