diff options
Diffstat (limited to 'readline/sysdep-aix.h')
-rw-r--r-- | readline/sysdep-aix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readline/sysdep-aix.h b/readline/sysdep-aix.h index 9d7bfc5..4487c8c 100644 --- a/readline/sysdep-aix.h +++ b/readline/sysdep-aix.h @@ -1,3 +1,5 @@ /* System-dependent stuff for AIX 3.1 on RS/6000 */ #pragma alloca +#include <dirent.h> +typedef struct dirent dirent; |