$NetBSD: patch-an,v 1.2 2004/04/21 15:01:28 jmmv Exp $

--- src/launcher.c.orig	2004-04-08 06:15:31.000000000 +0200
+++ src/launcher.c
@@ -23,7 +23,9 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <signal.h>
+#ifdef HAVE_PTY_H
 #include <pty.h>
+#endif
 #include <assert.h>
 #include <gnome.h>
 #include <termios.h>
@@ -37,6 +39,10 @@
 #include "anjuta-marshalers.h"
 #include "anjuta.h"
 
+#ifndef __MAX_BAUD
+#define __MAX_BAUD B230400
+#endif
+
 #define FILE_BUFFER_SIZE 1024
 /*
 static gboolean
