diff --git a/present/present.c b/present/present.c index 7e8c7506b..336816e27 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 b35609b23..adc8a484e 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 5253344a1..449ea5c53 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 f4a3bd887..3ce7295aa 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 aca04a580..821cd6098 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 5f05f8fc9..b60e1b143 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 e47cbc6c0..ae56f9032 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 1c0461e84..72a8b2e3e 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