aboutsummaryrefslogtreecommitdiff
path: root/readline/sysdep-aix.h
blob: 40c983a19c7485d166b043cee28bcb9caa2d2968 (plain)
1
2
3
4
5
6
/* System-dependent stuff for AIX 3.1 on RS/6000 */

#pragma alloca
#include <sys/types.h>
#include <dirent.h>
typedef struct dirent dirent;