[!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>
|
||||
|
||||
* emacsclient.c (get_server_config): Declare set_fg as FARPROC to
|
||||
avoid a compiler warning.
|
||||
* emacsclient.c (get_server_config) [WINDOWSNT]: Declare set_fg as
|
||||
FARPROC to avoid a compiler warning.
|
||||
|
||||
2006-11-07 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,8 @@ Boston, MA 02110-1301, USA. */
|
|||
|
||||
#else /* !WINDOWSNT */
|
||||
|
||||
# include <sys/types.h>
|
||||
|
||||
# ifdef HAVE_INET_SOCKETS
|
||||
# include <netinet/in.h>
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue