From 37233df9d1fa7a1a6ff3a72ce4f642b1a96de9ca Mon Sep 17 00:00:00 2001
From: Thomas Schwinge <thomas@schwinge.name>
Date: Thu, 10 May 2012 14:39:53 -0700
Subject: Hurd: #include <kernel-features.h>

---
 misc/syslog.c | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'misc')

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 */
-- 
cgit v1.2.1