summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/patches/patch-al
blob: 9e053b351422d61a7dd27d3f1bc7c8791b84a052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-al,v 1.1 2008/07/13 14:30:21 obache Exp $

--- plugins/shell/src/tm_shell.cpp.orig	2008-03-20 02:16:36.000000000 +0900
+++ plugins/shell/src/tm_shell.cpp
@@ -25,6 +25,9 @@
 #if HAVE_PTY_H
 #include <pty.h>
 #endif
+#if defined(__DragonFly__) || defined(__FreeBSD__)
+#include <libutil.h>
+#endif
 #if HAVE_UTIL_H
 #include <util.h>
 #endif