mirror of
https://github.com/tmux/tmux.git
synced 2025-04-10 02:58:50 +00:00
Include headers if found regardless of forkpty.
This commit is contained in:
parent
2be01ab4ec
commit
a3967de9a5
4
compat.h
4
compat.h
@ -101,17 +101,17 @@ void warnx(const char *, ...);
|
|||||||
#include <paths.h>
|
#include <paths.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_FORKPTY
|
|
||||||
#ifdef HAVE_LIBUTIL_H
|
#ifdef HAVE_LIBUTIL_H
|
||||||
#include <libutil.h>
|
#include <libutil.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_PTY_H
|
#ifdef HAVE_PTY_H
|
||||||
#include <pty.h>
|
#include <pty.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_UTIL_H
|
#ifdef HAVE_UTIL_H
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_VIS
|
#ifdef HAVE_VIS
|
||||||
#include <vis.h>
|
#include <vis.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user