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/runscript.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc/runscript.c') diff --git a/src/rc/runscript.c b/src/rc/runscript.c index 3ecb6b5..7dc7593 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -52,7 +52,7 @@ #include #include -#ifdef __linux__ +#if defined(__linux__) || defined(__GLIBC__) # include #elif defined(__NetBSD__) || defined(__OpenBSD__) # include -- cgit v1.2.3