From ed4a37304a10eb09a945f442bb761cde5fed6be7 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 10 Nov 2006 15:44:40 +0000 Subject: [PATCH] [!WINDOWSNT]: Include . --- lib-src/ChangeLog | 8 ++++++-- lib-src/emacsclient.c | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index f0784ab5e4..6873b16eb3 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,7 +1,11 @@ +2006-11-10 Juanma Barranquero + + * emacsclient.c [!WINDOWSNT]: Include . + 2006-11-08 Juanma Barranquero - * emacsclient.c (get_server_config): Declare set_fg as FARPROC to - avoid a compiler warning. + * emacsclient.c (get_server_config) [WINDOWSNT]: Declare set_fg as + FARPROC to avoid a compiler warning. 2006-11-07 Juanma Barranquero diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 2ad3701e07..7cf703d40d 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -41,6 +41,8 @@ Boston, MA 02110-1301, USA. */ #else /* !WINDOWSNT */ +# include + # ifdef HAVE_INET_SOCKETS # include # endif -- 2.39.2