summaryrefslogtreecommitdiffstats
path: root/devel/anjuta-devel/files/patch-libanjuta_anjuta-launcher.c
blob: 2e46160a5dcde6720ca14faa04657a476ed54692 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- libanjuta/anjuta-launcher.c.orig    Sun May 22 21:29:10 2005
+++ libanjuta/anjuta-launcher.c Sun May 22 21:30:08 2005
@@ -24,8 +24,12 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <signal.h>
+#if defined(__FreeBSD__)
+#include <libutil.h>
+#else
 #ifndef sun
 #include <pty.h>
+#endif
 #endif
 #include <assert.h>
 #include <gnome.h>