]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
configure.ac: add missing includes 203/head
authorpedro martelletto <pedro@ambientworks.net>
Fri, 18 Sep 2020 06:57:29 +0000 (08:57 +0200)
committerpedro martelletto <pedro@ambientworks.net>
Fri, 18 Sep 2020 06:57:29 +0000 (08:57 +0200)
commitdc098405b2939146e17567a25b08fc6122893cdf
treeaf1832d49cef8474ab75e69375f021e9115abb9c
parentb3855ff053f5078ec3d3c653cdaedefaa5fc362d
configure.ac: add missing includes

when testing, make sure to include the relevant header files that
declare the types of the functions used by the test:

- stdio.h for printf();
- stdlib.h for exit();
- string.h for strcmp();
- unistd.h for unlink(), _exit(), fork(), getppid(), sleep().
configure.ac