diff options
Diffstat (limited to 'misc/syslog.c')
-rw-r--r-- | misc/syslog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/syslog.c b/misc/syslog.c index 57d4db9b5b..4e18883f50 100644 --- a/misc/syslog.c +++ b/misc/syslog.c @@ -56,6 +56,8 @@ static char sccsid[] = "@(#)syslog.c 8.4 (Berkeley) 3/18/94"; #include <libio/iolibio.h> #include <math_ldbl_opt.h> +#include <kernel-features.h> + #define ftell(s) INTUSE(_IO_ftell) (s) static int LogType = SOCK_DGRAM; /* type of socket connection */ |