From 448d408588e2da398e3f17177b05314e8c7c9a94 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 3 Dec 2008 03:37:37 +0000 Subject: [PATCH] Include . --- lib-src/ChangeLog | 4 ++++ lib-src/emacsclient.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9584d66ff5..a4d1407d7a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2008-12-03 Dan Nicolaescu + + * emacsclient.c: Include . + 2008-12-01 Dan Nicolaescu * make-docfile.c (scan_lisp_file): Use xmalloc instead of malloc. diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index c1d0c01eea..ac41359702 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -47,6 +47,8 @@ along with GNU Emacs. If not, see . */ # include # endif +# include + # define INVALID_SOCKET -1 # define HSOCKET int # define CLOSE_SOCKET close -- 2.20.1