include streams header

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24739 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-16 19:10:58 +00:00
parent b872eb0c22
commit dd46728e9b

View File

@@ -49,6 +49,28 @@
#include <util.h>
#endif
#ifdef STREAMSPTY
#ifdef HAVE_SAC_H
#include <sac.h>
#endif
#ifdef HAVE_SYS_STROPTS_H
#include <sys/stropts.h>
#endif
# include <stropts.h>
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h>
#ifdef __hpux
#undef SE
#endif
#endif
#ifdef HAVE_SYS_STREAM_H
#include <sys/stream.h>
#endif
#endif /* STREAMPTY */
#include "roken.h"
#include <getarg.h>