More includes.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23094 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-27 18:49:55 +00:00
parent 61b5175920
commit 3da0f00730

View File

@@ -32,10 +32,22 @@
*/
#include "config.h"
#ifndef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#ifdef HAVE_PTY_H
#include <pty.h>
#endif
#ifdef HAVE_UTIL_H
#include <util.h>
#endif
#include "roken.h"
#include <getarg.h>