diff options
| author | Karl Heuer | 1996-10-22 17:34:26 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-10-22 17:34:26 +0000 |
| commit | 3bd8b59d605e4c8da144ad0f7d26e45aa34aae38 (patch) | |
| tree | 8d21b94c1340f6d35bd58619748b028a0a1e6e59 /lib-src/emacsserver.c | |
| parent | c41fe4464006f52fdd69c779dee0a5bf1fa296e4 (diff) | |
| download | emacs-3bd8b59d605e4c8da144ad0f7d26e45aa34aae38.tar.gz emacs-3bd8b59d605e4c8da144ad0f7d26e45aa34aae38.zip | |
Fix 1996-09-02 change.
Diffstat (limited to 'lib-src/emacsserver.c')
| -rw-r--r-- | lib-src/emacsserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c index f4650b0bc52..9fbf3e86516 100644 --- a/lib-src/emacsserver.c +++ b/lib-src/emacsserver.c | |||
| @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 26 | up to the Emacs which then executes them. */ | 26 | up to the Emacs which then executes them. */ |
| 27 | 27 | ||
| 28 | #define NO_SHORTNAMES | 28 | #define NO_SHORTNAMES |
| 29 | #include <sys/signal.h> | 29 | #include <signal.h> |
| 30 | #include <../src/config.h> | 30 | #include <../src/config.h> |
| 31 | #undef read | 31 | #undef read |
| 32 | #undef write | 32 | #undef write |