]> code.delx.au - gnu-emacs/commitdiff
[!WINDOWSNT]: Include <sys/types.h>.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Nov 2006 15:44:40 +0000 (15:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Nov 2006 15:44:40 +0000 (15:44 +0000)
lib-src/ChangeLog
lib-src/emacsclient.c

index f0784ab5e4ade4767bbd5ddb225ed889030ef932..6873b16eb397284e4cb1c23579ce5dd7acf79556 100644 (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>
 
-       * 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>
 
index 2ad3701e07a4d0183f84a25c27ca19032684c0f4..7cf703d40d12e45cae53c23221cc4e136cf37724 100644 (file)
@@ -41,6 +41,8 @@ Boston, MA 02110-1301, USA.  */
 
 #else /* !WINDOWSNT */
 
+# include <sys/types.h>
+
 # ifdef HAVE_INET_SOCKETS
 #  include <netinet/in.h>
 # endif