diff --git a/present/present.c b/present/present.c index 7e8c7506b8..336816e275 100644 --- a/present/present.c +++ b/present/present.c @@ -19,6 +19,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. */ +#include #include "present_priv.h" #include diff --git a/present/present_event.c b/present/present_event.c index b35609b238..adc8a484e4 100644 --- a/present/present_event.c +++ b/present/present_event.c @@ -19,6 +19,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. */ +#include #include "present_priv.h" diff --git a/present/present_execute.c b/present/present_execute.c index 5253344a1b..449ea5c539 100644 --- a/present/present_execute.c +++ b/present/present_execute.c @@ -19,6 +19,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. */ +#include #include "present_priv.h" #include diff --git a/present/present_fake.c b/present/present_fake.c index f4a3bd887c..3ce7295aa2 100644 --- a/present/present_fake.c +++ b/present/present_fake.c @@ -19,6 +19,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. */ +#include #include "present_priv.h" #include "list.h" diff --git a/present/present_fence.c b/present/present_fence.c index aca04a580b..821cd60987 100644 --- a/present/present_fence.c +++ b/present/present_fence.c @@ -19,6 +19,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. */ +#include #include "present_priv.h" #include diff --git a/present/present_scmd.c b/present/present_scmd.c index 5f05f8fc97..b60e1b143b 100644 --- a/present/present_scmd.c +++ b/present/present_scmd.c @@ -19,6 +19,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. */ +#include #include "present_priv.h" #include diff --git a/present/present_screen.c b/present/present_screen.c index e47cbc6c09..ae56f9032b 100644 --- a/present/present_screen.c +++ b/present/present_screen.c @@ -19,6 +19,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. */ +#include #include "present_priv.h" diff --git a/present/present_vblank.c b/present/present_vblank.c index 1c0461e844..72a8b2e3e8 100644 --- a/present/present_vblank.c +++ b/present/present_vblank.c @@ -19,6 +19,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. */ +#include #include "present_priv.h" #include