diff options
Diffstat (limited to 'lib/libc/rpc/mt_misc.c')
-rw-r--r-- | lib/libc/rpc/mt_misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/rpc/mt_misc.c b/lib/libc/rpc/mt_misc.c index 95edac4126f0b..023ec6a4c4626 100644 --- a/lib/libc/rpc/mt_misc.c +++ b/lib/libc/rpc/mt_misc.c @@ -10,6 +10,7 @@ __FBSDID("$FreeBSD$"); #include <rpc/rpc.h> #include <sys/time.h> #include <stdlib.h> +#include <string.h> #include "un-namespace.h" /* protects the services list (svc.c) */ |