strerror was declared implicit. Pull in header

This commit is contained in:
Björn Ketelaars
2016-02-21 17:54:52 +01:00
committed by Nikos Mavrogiannopoulos
parent 6443b6e245
commit 88101dc9fd

View File

@@ -31,6 +31,7 @@
#include <stdlib.h> /* getenv */
#include <errno.h>
#include <signal.h>
#include <string.h>
void kill_on_parent_kill(int sig)
{