From 86baa208f84597068b3d55420eae0100a59e44b7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 8 Nov 2016 08:54:23 -0800 Subject: [PATCH] Port emacsclient to FreeBSD 11 etc. * lib-src/emacsclient.c: Include . This is needed on platforms like FreeBSD 11 that use code involving strlen etc., and because no longer includes string.h. --- lib-src/emacsclient.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 59b6ac97a05..2909d6392a7 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -75,6 +75,7 @@ char *w32_getenv (const char *); #include #include #include +#include #include #include -- 2.39.5