Add missing <string.h> include.

Change-Id: I31f5cd6fb4ff55d7cfe213f66955e3dbcbdff101
This commit is contained in:
Elliott Hughes 2015-01-28 11:47:21 -08:00
parent 2697029971
commit 38a73c6a20

View file

@ -16,6 +16,7 @@
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/select.h>