summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--view.c2
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>