diff options
Diffstat (limited to 'view.c')
-rw-r--r-- | view.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view.c b/view.c index 732aeca..be69fef 100644 --- a/view.c +++ b/view.c @@ -14,6 +14,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <sys/types.h> + #include <err.h> #include <fcntl.h> #include <poll.h> |