[Xfc-dev] ANNOUNCE: XFC 4.3.1

Jeff Franks jcfranks at tpg.com.au
Fri Jun 3 23:41:44 CEST 2005


Daichi Kawahata wrote:

> [snip]
>
>Here it is.
>
>Regards,
>  
>
>------------------------------------------------------------------------
>
>Index: tests/glade/example-3/example-3.cc
>===================================================================
>--- tests/glade/example-3/example-3.cc	(revision 15838)
>+++ tests/glade/example-3/example-3.cc	(working copy)
>@@ -9,6 +9,7 @@
> #include "example-3.hh"
> #include <xfc/gtk/label.hh>
> #include <xfc/glib/main.hh>
>+#include <unistd.h>
> #include <iostream>
> 
> OptionWindow::OptionWindow(CObjectType *object, const Glade::Xml& xml)
>
>  
>

What about mainloop.c. Since you sent me the original patch long ago for 
this file I had a "two" hard disk crash thanks to trying out Ark Linux, 
and I lost everything, including you patch. Does the following include work:

#ifdef G_OS_UNIX
#include <unistd.h>
#endif

or should it be

#ifdef HAVE_UNISTD
#include <unistd.h>
#endif

Jeff.



More information about the Xfc-dev mailing list