util: include stdlib.h in u_string.h to silence MinGW warning
authorBrian Paul <brianp@vmware.com>
Mon, 2 Oct 2017 22:33:46 +0000 (16:33 -0600)
committerEric Engestrom <eric.engestrom@imgtec.com>
Tue, 3 Oct 2017 09:15:03 +0000 (10:15 +0100)
commit2d4b57fc3ed1e2daf66deb769bae3136af02399a
tree3c9d462640f4665f238ebc9e42bfed1f00ac7ea3
parentbf15dc7a1bb6bcb33bac88705725a8e8c3207bb0
util: include stdlib.h in u_string.h to silence MinGW warning

Otherwise we don't get a prototype for malloc().

Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/util/u_string.h