mirror of
https://github.com/tmux/tmux.git
synced 2024-12-12 17:38:48 +00:00
Solaris build fixes from Rob Paisley.
This commit is contained in:
parent
f68a908c8a
commit
3ed0973493
8
compat.h
8
compat.h
@ -35,6 +35,14 @@
|
||||
#define ECHOPRT 0
|
||||
#endif
|
||||
|
||||
#ifndef ACCESSPERMS
|
||||
#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO)
|
||||
#endif
|
||||
|
||||
#if !defined(FIONREAD) && defined(__sun)
|
||||
#include <sys/filio.h>
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_BSD_TYPES
|
||||
typedef uint8_t u_int8_t;
|
||||
typedef uint16_t u_int16_t;
|
||||
|
@ -16,7 +16,7 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <event.h>
|
||||
|
Loading…
Reference in New Issue
Block a user