mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	+compat.h
This commit is contained in:
		@@ -25,6 +25,8 @@
 | 
				
			|||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
#include <unistd.h>
 | 
					#include <unistd.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include "compat.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
char			*osdep_get_name(int, char *);
 | 
					char			*osdep_get_name(int, char *);
 | 
				
			||||||
char			*osdep_get_cwd(int);
 | 
					char			*osdep_get_cwd(int);
 | 
				
			||||||
struct event_base	*osdep_event_init(void);
 | 
					struct event_base	*osdep_event_init(void);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user