mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-15 06:48:10 +08:00
strerror was declared implicit. Pull in header
This commit is contained in:
committed by
Nikos Mavrogiannopoulos
parent
6443b6e245
commit
88101dc9fd
@@ -31,6 +31,7 @@
|
|||||||
#include <stdlib.h> /* getenv */
|
#include <stdlib.h> /* getenv */
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
void kill_on_parent_kill(int sig)
|
void kill_on_parent_kill(int sig)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user