antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright/gtkshell gtkshell.h


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/gtkshell gtkshell.h
Date: Thu, 17 May 2007 16:12:48 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/05/17 16:12:48

Modified files:
        gtkshell       : gtkshell.h 

Log message:
        Test for VTE before using its header.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/gtkshell.h?cvsroot=antiright&r1=1.48&r2=1.49

Patches:
Index: gtkshell.h
===================================================================
RCS file: /sources/antiright/antiright/gtkshell/gtkshell.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- gtkshell.h  14 May 2007 20:23:22 -0000      1.48
+++ gtkshell.h  17 May 2007 16:12:48 -0000      1.49
@@ -29,7 +29,9 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#ifdef HAVE_VTE
 #include <vte/vte.h>
+#endif /* HAVE_VTE */
 #include <unistd.h>
 #include <signal.h>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]