aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-11-28 18:03:04 +0000
committerRichard M. Stallman <[email protected]>1994-11-28 18:03:04 +0000
commite79a0e1bf3feafe26843cd2369c72487ffb3ab0b (patch)
tree259ed835289948c72424f65239d640bddb128505 /src/s
parent378ac3148e7e4c95490e46abd799c1d71ff7f262 (diff)
(NEED_UNISTD_H): Defined.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/aix3-1.h3
-rw-r--r--src/s/irix4-0.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h
index 3c33b21015..7ce23b4116 100644
--- a/src/s/aix3-1.h
+++ b/src/s/aix3-1.h
@@ -218,6 +218,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SYSTEM_MALLOC
+/* Include unistd.h, even though we don't define POSIX. */
+#define NEED_UNISTD_H
+
/* AIX doesn't define this. */
#define unix 1
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h
index c8097bb98b..722cac1965 100644
--- a/src/s/irix4-0.h
+++ b/src/s/irix4-0.h
@@ -10,6 +10,9 @@
#undef NEED_SIOCTL
+/* Include unistd.h, even though we don't define POSIX. */
+#define NEED_UNISTD_H
+
/* Make process_send_signal work by "typing" a signal character on the pty. */
#define SIGNALS_VIA_CHARACTERS