summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat.h b/compat.h
index e06f104d..b83e6189 100644
--- a/compat.h
+++ b/compat.h
@@ -101,17 +101,17 @@ void warnx(const char *, ...);
#include <paths.h>
#endif
-#ifdef HAVE_FORKPTY
#ifdef HAVE_LIBUTIL_H
#include <libutil.h>
#endif
+
#ifdef HAVE_PTY_H
#include <pty.h>
#endif
+
#ifdef HAVE_UTIL_H
#include <util.h>
#endif
-#endif
#ifdef HAVE_VIS
#include <vis.h>