1
Fork 0
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:
Juanma Barranquero 2006-11-10 15:44:40 +00:00
parent bf4c75a4ee
commit ed4a37304a
2 changed files with 8 additions and 2 deletions

View file

@ -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>

View file

@ -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