From: Tobias Brunner Date: Mon, 3 Oct 2022 11:53:27 +0000 (+0200) Subject: error-notify: Explicitly include string.h for strcpy() X-Git-Tag: 5.9.9rc1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff21f8affe083af9f31d2b92e6bcd55aaef1439a;p=thirdparty%2Fstrongswan.git error-notify: Explicitly include string.h for strcpy() --- diff --git a/src/libcharon/plugins/error_notify/error_notify.c b/src/libcharon/plugins/error_notify/error_notify.c index 6e6dea55fb..2a65ad5a22 100644 --- a/src/libcharon/plugins/error_notify/error_notify.c +++ b/src/libcharon/plugins/error_notify/error_notify.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include