]> git.ipfire.org Git - thirdparty/systemd.git/commit
socket-util.h: include string.h
authorChen Qi <Qi.Chen@windriver.com>
Mon, 25 Feb 2019 08:37:19 +0000 (16:37 +0800)
committerAdrian Bunk <bunk@stusta.de>
Fri, 17 May 2019 06:38:06 +0000 (09:38 +0300)
commit56fb30d93e96d7f983af0cb4dff9155da91dd671
tree79d7e5846c85364e069dcee2057a908d83aceb77
parent010f917cf222d2c7205584056fe0e4c581a2e1b1
socket-util.h: include string.h

Fix the following compile error:
src/basic/socket-util.h:187:30: error: implicit declaration of function 'strnlen'; did you mean 'strlen'? [-Werror=implicit-function-declaration]
src/basic/socket-util.h