From e005f6e8d9c3b85c3b0adda9131163b56261aab8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 28 Mar 2010 05:53:22 +0000 Subject: Add HAVE_STRINGS_H for better POSIX compliance. --- cpukit/librpc/src/rpc/svc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/librpc/src/rpc/svc.c') diff --git a/cpukit/librpc/src/rpc/svc.c b/cpukit/librpc/src/rpc/svc.c index 759931e258..9cc5cf3871 100644 --- a/cpukit/librpc/src/rpc/svc.c +++ b/cpukit/librpc/src/rpc/svc.c @@ -48,6 +48,9 @@ static char *rcsid = "$FreeBSD: src/lib/libc/rpc/svc.c,v 1.14 1999/08/28 00:00:4 #endif #include +#ifdef HAVE_STRINGS_H +#include /* for ffs */ +#endif #include #include #include -- cgit v1.2.3