diff --git a/exa/exa_offscreen.c b/exa/exa_offscreen.c index 3a29732b8..6c6a1329e 100644 --- a/exa/exa_offscreen.c +++ b/exa/exa_offscreen.c @@ -25,6 +25,7 @@ * When allocating, the contiguous block of areas with the minimum eviction * cost is found and evicted in order to make room for the new allocation. */ +#include #include "exa_priv.h" diff --git a/exa/exa_unaccel.c b/exa/exa_unaccel.c index ed1401a98..5d836a88f 100644 --- a/exa/exa_unaccel.c +++ b/exa/exa_unaccel.c @@ -20,6 +20,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ +#include #include "exa_priv.h"