vte r2184 - in trunk: . src



Author: chpe
Date: Sat Nov 22 14:29:26 2008
New Revision: 2184
URL: http://svn.gnome.org/viewvc/vte?rev=2184&view=rev

Log:
	Bug 542561 â Doesn't build when disabling gnome-pty-helper

	* src/pty.c: Always include sys/socket.h. Patch by LoÃc Minier.

Modified:
   trunk/ChangeLog
   trunk/src/pty.c

Modified: trunk/src/pty.c
==============================================================================
--- trunk/src/pty.c	(original)
+++ trunk/src/pty.c	Sat Nov 22 14:29:26 2008
@@ -19,6 +19,7 @@
 #include "../config.h"
 #include <sys/types.h>
 #include <sys/ioctl.h>
+#include <sys/socket.h>
 #ifdef HAVE_SYS_TERMIOS_H
 #include <sys/termios.h>
 #endif
@@ -52,7 +53,6 @@
 #include <glib/gi18n-lib.h>
 
 #ifdef VTE_USE_GNOME_PTY_HELPER
-#include <sys/socket.h>
 #include <sys/uio.h>
 #ifdef HAVE_SYS_UN_H
 #include <sys/un.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]