Add missing include in remote.cc

strerror is defined in <string.h>
This commit is contained in:
Maxime Coste 2017-11-06 12:45:14 +08:00
parent 0a081b9f31
commit 2b6c84fc40

View File

@ -16,6 +16,7 @@
#include <sys/un.h>
#include <sys/wait.h>
#include <unistd.h>
#include <string.h>
#include <pwd.h>
#include <fcntl.h>