mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Include compat.h after system headers, GitHub issue 2492.
This commit is contained in:
		@@ -14,8 +14,6 @@
 | 
			
		||||
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include "compat.h"
 | 
			
		||||
 | 
			
		||||
#ifndef HAVE_CLOSEFROM
 | 
			
		||||
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
@@ -50,6 +48,8 @@
 | 
			
		||||
# include <libproc.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include "compat.h"
 | 
			
		||||
 | 
			
		||||
#ifndef OPEN_MAX
 | 
			
		||||
# define OPEN_MAX	256
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user