diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-08-13 15:10:34 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-08-13 15:12:42 +0200 |
commit | 98c09357d57fe8b772d0cd880347e8b8c7ffc35c (patch) | |
tree | ca38fd730eb792419df56f445e2c89d836fabb18 | |
parent | 6967948241c59642d0a696b6ec12482dab13e74d (diff) | |
download | strongswan-98c09357d57fe8b772d0cd880347e8b8c7ffc35c.tar.bz2 strongswan-98c09357d57fe8b772d0cd880347e8b8c7ffc35c.tar.xz |
load-tester: Include string.h for strcmp() on some platforms
-rw-r--r-- | src/libcharon/plugins/load_tester/load_tester.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcharon/plugins/load_tester/load_tester.c b/src/libcharon/plugins/load_tester/load_tester.c index b7b971ee8..f5a998ecc 100644 --- a/src/libcharon/plugins/load_tester/load_tester.c +++ b/src/libcharon/plugins/load_tester/load_tester.c @@ -21,6 +21,7 @@ #include <stddef.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <errno.h> /** |