summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-11-21 08:03:18 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-11-21 08:03:18 +0000
commit2c482939fdd92f1bd187cdcc661890dfa4e45512 (patch)
tree1bf2234d7d3bed7974712b832b1404bed1c34291 /compat
parentcf688db4b5eb9e90d4379f113b509dc8319b731f (diff)
Move tmux.h below system includes.
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