Merge "Fix "error: 'strlen' was not declared in this scope"."

This commit is contained in:
Elliott Hughes 2015-01-31 04:41:51 +00:00 committed by Gerrit Code Review
commit ee84451582

View file

@ -23,6 +23,7 @@
#include <pthread.h> /* for pthread_once() */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#ifndef D