From 3da0f00730c472958402993c94771f0d37a82b31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 27 Apr 2008 18:49:55 +0000 Subject: [PATCH] More includes. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23094 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/rkpty.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/roken/rkpty.c b/lib/roken/rkpty.c index 92e7b8fb9..172f5f959 100644 --- a/lib/roken/rkpty.c +++ b/lib/roken/rkpty.c @@ -32,10 +32,22 @@ */ #include "config.h" + +#ifndef HAVE_SYS_TYPES_H +#include +#endif +#ifdef HAVE_SYS_WAIT_H +#include +#endif #include #include #include +#ifdef HAVE_PTY_H +#include +#endif +#ifdef HAVE_UTIL_H #include +#endif #include "roken.h" #include -- 2.11.4.GIT