From 766d71c2d32d2c57969d161f4d96f15706b8ed3a Mon Sep 17 00:00:00 2001 From: Steven Chamberlain Date: Tue, 29 Oct 2013 13:35:33 -0500 Subject: Begin port to GNU/kFreeBSD This is just a minimal port to get Debian up and running; the rest will be done later. --- src/rc/rc-logger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc/rc-logger.c') diff --git a/src/rc/rc-logger.c b/src/rc/rc-logger.c index 468225f..e8fb0ff 100644 --- a/src/rc/rc-logger.c +++ b/src/rc/rc-logger.c @@ -44,7 +44,7 @@ #include #include -#ifdef __linux__ +#if defined(__linux__) || defined(__GLIBC__) # include #elif defined(__NetBSD__) || defined(__OpenBSD__) # include -- cgit v1.2.3