aboutsummaryrefslogtreecommitdiff
path: root/readline/sysdep-aix.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-22 17:07:42 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-22 17:07:42 +0000
commit3f73352f9061aff935a4dd2a693d877747edea53 (patch)
treead28e198b2b127379c0c23238857de99ba3718c5 /readline/sysdep-aix.h
parentde0da6cee0e05e46c0d0ffd1a56028038cd5987e (diff)
downloadgdb-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.h1
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;