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>
This commit is contained in:
Brian Paul 2017-10-03 13:56:01 -06:00
parent 33122e8a3d
commit e4c7a2ab68
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include <stdlib.h>
#include <stddef.h>
#include <stdarg.h>
#include <string.h>
#include "util/macros.h" // PRINTFLIKE