aboutsummaryrefslogtreecommitdiffstats
path: root/editors/texmacs/files/patch-plugins_r_src_tm__r.c
blob: cd2c441bab860592c9fd1a36530650095dc16508 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- plugins/r/src/tm_r.c.orig	2014-03-03 11:44:12 UTC
+++ plugins/r/src/tm_r.c
@@ -11,19 +11,22 @@
 #define TEXMACS_R_VERSION "0.15"
 
 #include <stdio.h>
+#include <sys/types.h>
 #include <sys/select.h>
+#ifdef __FreeBSD__
+#include <libutil.h>
+#else
 #if HAVE_PTY_H
 #include <pty.h>
 #endif
+#endif
 
-#include <utmp.h>
 #include <unistd.h>
 #include <termios.h>
 #include <stdlib.h>
 #include <signal.h>
 #include <string.h>
 
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <sys/time.h>