diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 8 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index f0784ab5e4a..6873b16eb39 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,7 +1,11 @@ | |||
| 1 | 2006-11-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>. | ||
| 4 | |||
| 1 | 2006-11-08 Juanma Barranquero <lekktu@gmail.com> | 5 | 2006-11-08 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * emacsclient.c (get_server_config): Declare set_fg as FARPROC to | 7 | * emacsclient.c (get_server_config) [WINDOWSNT]: Declare set_fg as |
| 4 | avoid a compiler warning. | 8 | FARPROC to avoid a compiler warning. |
| 5 | 9 | ||
| 6 | 2006-11-07 Juanma Barranquero <lekktu@gmail.com> | 10 | 2006-11-07 Juanma Barranquero <lekktu@gmail.com> |
| 7 | 11 | ||
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 2ad3701e07a..7cf703d40d1 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -41,6 +41,8 @@ Boston, MA 02110-1301, USA. */ | |||
| 41 | 41 | ||
| 42 | #else /* !WINDOWSNT */ | 42 | #else /* !WINDOWSNT */ |
| 43 | 43 | ||
| 44 | # include <sys/types.h> | ||
| 45 | |||
| 44 | # ifdef HAVE_INET_SOCKETS | 46 | # ifdef HAVE_INET_SOCKETS |
| 45 | # include <netinet/in.h> | 47 | # include <netinet/in.h> |
| 46 | # endif | 48 | # endif |