diff options
Diffstat (limited to 'lib-src/emacsclient.c')
| -rw-r--r-- | lib-src/emacsclient.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 8828b7652de..f1d4e8976da 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -73,7 +73,6 @@ char *w32_getenv (const char *); | |||
| 73 | 73 | ||
| 74 | #include <stdarg.h> | 74 | #include <stdarg.h> |
| 75 | #include <ctype.h> | 75 | #include <ctype.h> |
| 76 | #include <stdio.h> | ||
| 77 | #include <stdlib.h> | 76 | #include <stdlib.h> |
| 78 | #include <string.h> | 77 | #include <string.h> |
| 79 | #include <getopt.h> | 78 | #include <getopt.h> |
| @@ -84,6 +83,8 @@ char *w32_getenv (const char *); | |||
| 84 | #include <signal.h> | 83 | #include <signal.h> |
| 85 | #include <errno.h> | 84 | #include <errno.h> |
| 86 | 85 | ||
| 86 | #include <unlocked-io.h> | ||
| 87 | |||
| 87 | #ifndef VERSION | 88 | #ifndef VERSION |
| 88 | #define VERSION "unspecified" | 89 | #define VERSION "unspecified" |
| 89 | #endif | 90 | #endif |