diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-09-20 10:59:34 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-09-20 10:59:34 +0300 |
commit | 92a7d2382ca92b2f5fcffb757018223c6ff423f5 (patch) | |
tree | 8d608e759858235c1b55331522d34b5659433eb9 /configure | |
parent | 7feb08d627491b168eba3aa353363358619d58f8 (diff) | |
download | egawk-92a7d2382ca92b2f5fcffb757018223c6ff423f5.tar.gz egawk-92a7d2382ca92b2f5fcffb757018223c6ff423f5.tar.bz2 egawk-92a7d2382ca92b2f5fcffb757018223c6ff423f5.zip |
Configuration improvements.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10169,6 +10169,7 @@ else #include <stdio.h> +#include <string.h> int main() { @@ -10211,6 +10212,7 @@ else #include <stdio.h> +#include <string.h> int main() { @@ -10455,6 +10457,8 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <stdio.h> +#include <fcntl.h> +#include <unistd.h> #include <readline/readline.h> #include <readline/history.h> |