need includes.h for portable OpenSSH

This commit is contained in:
Damien Miller 2015-01-15 02:30:18 +11:00
parent 72ef7c148c
commit 6e2549ac2b
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "includes.h"
#include <sys/types.h>
#include <string.h>
#include <stdlib.h>