diff options
Diffstat (limited to 'readline/sysdep-hpux.h')
-rw-r--r-- | readline/sysdep-hpux.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/readline/sysdep-hpux.h b/readline/sysdep-hpux.h new file mode 100644 index 0000000..2ab2d38 --- /dev/null +++ b/readline/sysdep-hpux.h @@ -0,0 +1,7 @@ +/* System-dependent stuff for HP/UX 10.20 on HPPA */ + +#include <alloca.h> + +#include <dirent.h> +typedef struct dirent dirent; + |