commit 82d6611
Michael Forney
·
2013-10-25 06:21:48 +0000 UTC
parent a928c43
Add missing includes Not sure why these weren't picked up with autotools...
3 files changed,
+3,
-0
+1,
-0
1@@ -1,6 +1,7 @@
2 #include "output.h"
3 #include "mode.h"
4 #include "util.h"
5+#include "drm.h"
6
7 #include <stdio.h>
8 #include <stdlib.h>
+1,
-0
1@@ -24,6 +24,7 @@
2 #include "plane.h"
3 #include "output.h"
4 #include "mode.h"
5+#include "drm.h"
6
7 #include <stdlib.h>
8 #include <stdio.h>
+1,
-0
1@@ -6,6 +6,7 @@
2 #include <string.h>
3 #include <drm.h>
4 #include <sys/socket.h>
5+#include <wayland-server.h>
6
7 void swc_remove_resource(struct wl_resource * resource)
8 {