util: include string.h in u_string.h
authorBrian Paul <brianp@vmware.com>
Tue, 3 Oct 2017 19:56:01 +0000 (13:56 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 3 Oct 2017 20:33:00 +0000 (14:33 -0600)
commite4c7a2ab68b4a67ad9fb37734c8a00379659a815
tree353e201acebc07dc235a103ecb1372b46509bf59
parent33122e8a3db8a2e5a3d512e398ae2c96cf544af3
util: include string.h in u_string.h

To fix MinGW compiler warning about missing strlen() prototype.
Not sure how I missed this when fixing the malloc() / stdlib.h issue.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/util/u_string.h