]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
error-notify: Explicitly include string.h for strcpy()
authorTobias Brunner <tobias@strongswan.org>
Mon, 3 Oct 2022 11:53:27 +0000 (13:53 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 3 Oct 2022 15:36:17 +0000 (17:36 +0200)
src/libcharon/plugins/error_notify/error_notify.c

index 6e6dea55fb823a043fb7d2a9553178386b2d1bbe..2a65ad5a221cc5b813fa9ec39d78ebaed9402368 100644 (file)
@@ -19,6 +19,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>
+#include <string.h>
 #include <unistd.h>
 #include <sys/stat.h>
 #include <sys/socket.h>