aboutsummaryrefslogtreecommitdiffstats
path: root/android/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'android/protocol')
-rw-r--r--android/protocol/fb-updates-impl.h2
-rw-r--r--android/protocol/fb-updates-proxy.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/android/protocol/fb-updates-impl.h b/android/protocol/fb-updates-impl.h
index 2572b5e..c4dd2e0 100644
--- a/android/protocol/fb-updates-impl.h
+++ b/android/protocol/fb-updates-impl.h
@@ -19,7 +19,7 @@
#define _ANDROID_FRAMEBUFFER_UI_H
#include "console.h"
-#include "framebuffer.h"
+#include "android/framebuffer.h"
#include "android/looper.h"
#include "android/async-utils.h"
diff --git a/android/protocol/fb-updates-proxy.c b/android/protocol/fb-updates-proxy.c
index fee1195..359c942 100644
--- a/android/protocol/fb-updates-proxy.c
+++ b/android/protocol/fb-updates-proxy.c
@@ -16,7 +16,7 @@
*/
#include "console.h"
-#include "framebuffer.h"
+#include "android/framebuffer.h"
#include "android/looper.h"
#include "android/display-core.h"
#include "android/async-utils.h"