diff options
Diffstat (limited to 'misc/sys/syslog.h')
-rw-r--r-- | misc/sys/syslog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/sys/syslog.h b/misc/sys/syslog.h index 9de7570d8a..0bc5b8d677 100644 --- a/misc/sys/syslog.h +++ b/misc/sys/syslog.h @@ -206,6 +206,9 @@ extern void vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap) #if __USE_FORTIFY_LEVEL > 0 && !defined __cplusplus # include <bits/syslog.h> #endif +#ifdef __LDBL_COMPAT +# include <bits/syslog-ldbl.h> +#endif __END_DECLS |