summaryrefslogtreecommitdiff
path: root/present
diff options
context:
space:
mode:
Diffstat (limited to 'present')
-rw-r--r--present/present_notify.c4
-rw-r--r--present/present_request.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/present/present_notify.c b/present/present_notify.c
index 445954998..7d19d9cfe 100644
--- a/present/present_notify.c
+++ b/present/present_notify.c
@@ -19,8 +19,10 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* OF THIS SOFTWARE.
*/
+#include <dix-config.h>
-#include "present_priv.h"
+#include "dix/dix_priv.h"
+#include "present/present_priv.h"
/*
* Mark all pending notifies for 'window' as invalid when
diff --git a/present/present_request.c b/present/present_request.c
index a9c6ffe66..ff1d71cc4 100644
--- a/present/present_request.c
+++ b/present/present_request.c
@@ -19,6 +19,9 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* OF THIS SOFTWARE.
*/
+#include <dix-config.h>
+
+#include "dix/dix_priv.h"
#include "present_priv.h"
#include "randrstr_priv.h"