diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-10-22 17:34:26 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-10-22 17:34:26 +0000 |
commit | 3bd8b59d605e4c8da144ad0f7d26e45aa34aae38 (patch) | |
tree | 8d21b94c1340f6d35bd58619748b028a0a1e6e59 /lib-src/emacsserver.c | |
parent | c41fe4464006f52fdd69c779dee0a5bf1fa296e4 (diff) | |
download | emacs-3bd8b59d605e4c8da144ad0f7d26e45aa34aae38.tar.gz |
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. */ up to the Emacs which then executes them. */ #define NO_SHORTNAMES -#include <sys/signal.h> +#include <signal.h> #include <../src/config.h> #undef read #undef write |