diff options
author | John Gilmore <gnu@cygnus> | 1991-11-22 17:07:42 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-22 17:07:42 +0000 |
commit | 3f73352f9061aff935a4dd2a693d877747edea53 (patch) | |
tree | ad28e198b2b127379c0c23238857de99ba3718c5 /readline/sysdep-aix.h | |
parent | de0da6cee0e05e46c0d0ffd1a56028038cd5987e (diff) | |
download | gdb-3f73352f9061aff935a4dd2a693d877747edea53.zip gdb-3f73352f9061aff935a4dd2a693d877747edea53.tar.gz gdb-3f73352f9061aff935a4dd2a693d877747edea53.tar.bz2 |
<sys/types.h> is required for <dirent.h>. Improve Sun alloca.
Diffstat (limited to 'readline/sysdep-aix.h')
-rw-r--r-- | readline/sysdep-aix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readline/sysdep-aix.h b/readline/sysdep-aix.h index 4487c8c..40c983a 100644 --- a/readline/sysdep-aix.h +++ b/readline/sysdep-aix.h @@ -1,5 +1,6 @@ /* System-dependent stuff for AIX 3.1 on RS/6000 */ #pragma alloca +#include <sys/types.h> #include <dirent.h> typedef struct dirent dirent; |