mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 09:00:31 -08:00
[!WINDOWSNT]: Include <sys/types.h>.
This commit is contained in:
parent
bf4c75a4ee
commit
ed4a37304a
2 changed files with 8 additions and 2 deletions
|
|
@ -1,7 +1,11 @@
|
||||||
|
2006-11-10 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
|
* emacsclient.c [!WINDOWSNT]: Include <sys/types.h>.
|
||||||
|
|
||||||
2006-11-08 Juanma Barranquero <lekktu@gmail.com>
|
2006-11-08 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
* emacsclient.c (get_server_config): Declare set_fg as FARPROC to
|
* emacsclient.c (get_server_config) [WINDOWSNT]: Declare set_fg as
|
||||||
avoid a compiler warning.
|
FARPROC to avoid a compiler warning.
|
||||||
|
|
||||||
2006-11-07 Juanma Barranquero <lekktu@gmail.com>
|
2006-11-07 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,8 @@ Boston, MA 02110-1301, USA. */
|
||||||
|
|
||||||
#else /* !WINDOWSNT */
|
#else /* !WINDOWSNT */
|
||||||
|
|
||||||
|
# include <sys/types.h>
|
||||||
|
|
||||||
# ifdef HAVE_INET_SOCKETS
|
# ifdef HAVE_INET_SOCKETS
|
||||||
# include <netinet/in.h>
|
# include <netinet/in.h>
|
||||||
# endif
|
# endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue