aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/emacsclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/emacsclient.c')
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 24dcdffff2c..90c0228f720 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */
42#endif /* not VMS */ 42#endif /* not VMS */
43 43
44char *getenv (), *getwd (); 44char *getenv (), *getwd ();
45char *getcwd (); 45char *(getcwd) ();
46 46
47#ifndef VERSION 47#ifndef VERSION
48#define VERSION "unspecified" 48#define VERSION "unspecified"