diff options
Diffstat (limited to 'lib-src/emacsclient.c')
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
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 | ||
| 44 | char *getenv (), *getwd (); | 44 | char *getenv (), *getwd (); |
| 45 | char *getcwd (); | 45 | char *(getcwd) (); |
| 46 | 46 | ||
| 47 | #ifndef VERSION | 47 | #ifndef VERSION |
| 48 | #define VERSION "unspecified" | 48 | #define VERSION "unspecified" |