From 44b398cac7c4180f326fc8a6ee2bcb8331123375 Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 15 Jun 2021 23:44:03 -0400 Subject: [PATCH] poll.h, not sys/poll.h --- src/lib/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/internal.h b/src/lib/internal.h index 502449f5f..c732de159 100644 --- a/src/lib/internal.h +++ b/src/lib/internal.h @@ -11,6 +11,7 @@ extern "C" { #include #include #include +#include #include #include #include @@ -23,7 +24,6 @@ extern "C" { #include #include #include -#include #include #include #include "notcurses/notcurses.h"