diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-11-28 18:03:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-11-28 18:03:04 +0000 |
commit | a092ab2cf6cc89fd70061695b69fa48d2cc507fa (patch) | |
tree | 3163e19c127b7eeb8616565740f6ee77e80387b6 /src/s/aix3-1.h | |
parent | 668cbbfea3d41eb7673fd7bac230f7a74a2f9bdc (diff) | |
download | emacs-a092ab2cf6cc89fd70061695b69fa48d2cc507fa.tar.gz |
(NEED_UNISTD_H): Defined.
Diffstat (limited to 'src/s/aix3-1.h')
-rw-r--r-- | src/s/aix3-1.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index 3c33b210153..7ce23b41167 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 |