Needs fcntl.h.

This commit is contained in:
Nicholas Marriott 2021-08-16 13:51:55 +01:00
parent 21ce1e04fe
commit f2d4a1f022

View File

@ -16,6 +16,7 @@
#include <stddef.h>
#include <assert.h>
#include <fcntl.h>
#include "tmux.h"