]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
printf-hook-glibc: printf.h on FreeBSD 10 does not include stdargs.h
authorTobias Brunner <tobias@strongswan.org>
Thu, 13 Feb 2014 09:45:26 +0000 (10:45 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 13 Feb 2014 09:46:52 +0000 (10:46 +0100)
src/libstrongswan/utils/printf_hook/printf_hook_glibc.c

index 8fd1aed4a6e343bbac591afbc54331e760220945..5efe1d9904355d559037c8626c037c36f62bea62 100644 (file)
 #include <utils/utils.h>
 #include <utils/debug.h>
 
-#include <printf.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <string.h>
+#include <printf.h>
 
 typedef struct private_printf_hook_t private_printf_hook_t;
 typedef struct printf_hook_handler_t printf_hook_handler_t;