[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 86baa20: Port emacsclient to FreeBSD 11 etc.
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master 86baa20: Port emacsclient to FreeBSD 11 etc. |
Date: |
Tue, 8 Nov 2016 16:55:03 +0000 (UTC) |
branch: master
commit 86baa208f84597068b3d55420eae0100a59e44b7
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>
Port emacsclient to FreeBSD 11 etc.
* lib-src/emacsclient.c: Include <string.h>. This is needed on
platforms like FreeBSD 11 that use code involving strlen etc., and
because <config.h> 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 59b6ac9..2909d63 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -75,6 +75,7 @@ char *w32_getenv (const char *);
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <getopt.h>
#include <unistd.h>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 86baa20: Port emacsclient to FreeBSD 11 etc.,
Paul Eggert <=