1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-10 02:58:50 +00:00

Add sys/file.h.

This commit is contained in:
Nicholas Marriott 2012-03-24 11:23:19 +00:00
parent c0cfbe12e4
commit 0edaa34bfd

View File

@ -17,6 +17,7 @@
*/
#include <sys/types.h>
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>