aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/closefrom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/closefrom.c b/compat/closefrom.c
index 591769dd..8c650aa5 100644
--- a/compat/closefrom.c
+++ b/compat/closefrom.c
@@ -14,8 +14,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "tmux.h"
-
#ifndef HAVE_CLOSEFROM
#include <sys/types.h>
@@ -47,6 +45,8 @@
# endif
#endif
+#include "tmux.h"
+
#ifndef OPEN_MAX
# define OPEN_MAX 256
#endif