From 6477e64a8d280689bafeaf5adfd8997b7a671771 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 13 Feb 2014 10:45:26 +0100 Subject: printf-hook-glibc: printf.h on FreeBSD 10 does not include stdargs.h --- src/libstrongswan/utils/printf_hook/printf_hook_glibc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstrongswan/utils/printf_hook/printf_hook_glibc.c') diff --git a/src/libstrongswan/utils/printf_hook/printf_hook_glibc.c b/src/libstrongswan/utils/printf_hook/printf_hook_glibc.c index 8fd1aed4a..5efe1d990 100644 --- a/src/libstrongswan/utils/printf_hook/printf_hook_glibc.c +++ b/src/libstrongswan/utils/printf_hook/printf_hook_glibc.c @@ -19,10 +19,10 @@ #include #include -#include #include #include #include +#include typedef struct private_printf_hook_t private_printf_hook_t; typedef struct printf_hook_handler_t printf_hook_handler_t; -- cgit v1.2.3