aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsserver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c
index 19de7e66eb8..fc5f33da985 100644
--- a/lib-src/emacsserver.c
+++ b/lib-src/emacsserver.c
@@ -30,6 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
30#undef write 30#undef write
31#undef open 31#undef open
32#undef close 32#undef close
33#undef signal
33 34
34 35
35#if !defined(HAVE_SOCKETS) && !defined(HAVE_SYSVIPC) 36#if !defined(HAVE_SOCKETS) && !defined(HAVE_SYSVIPC)