Le Vendredi 05 Juillet 2002 18:47, Jan Schaumann a �crit :
> Bertrand Duret <[EMAIL PROTECTED]> wrote:
> > [...]
>
> If you make the following changes, it will compile and run on
> NetBSD.  In fact, I'm quite sure that you should make the change below
> anyway, as unistd.h should be used rather than sys/unistd.h anyway:
>
> --- CD_GUI.cc.orig  Mon Jun 24 16:53:11 2002
> +++ CD_GUI.cc   Fri Jul  5 12:43:50 2002
> @@ -23,7 +23,7 @@
>  #include "CD_Ctrl.hh"
>
>  #include <sys/types.h>
> -#include <sys/unistd.h>
> +#include <unistd.h>
>
>  #include <X11/Xlib.h>
>  #include <X11/Xresource.h>
>
>
> -Jan
That's done. Thank you for the hint; I am going to add NetBSD in the 
supported platforms :-)


Reply via email to