mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 12:37:02 +00:00
Need errno.h, reported by Swaroop M S.
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <event.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
|
Reference in New Issue
Block a user