summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2010-06-10 18:47:52 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2010-06-10 18:47:52 -0700
commitb38d18c626673c8504e703153beb0590cee0082d (patch)
treee344d47787d12eb89fb6ef9f876c12a5dc97782f
parent0af12782c9643082ac6b1bfe540bc31d8ad93cac (diff)
Use extern "C" around wayland includes
Because C++
-rw-r--r--src/gui/kernel/qt_wayland_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qt_wayland_p.h b/src/gui/kernel/qt_wayland_p.h
index a95ba0063a..56f866890f 100644
--- a/src/gui/kernel/qt_wayland_p.h
+++ b/src/gui/kernel/qt_wayland_p.h
@@ -1,12 +1,14 @@
#ifndef QT_WAYLAND_P_H
#define QT_WAYLAND_P_H
+extern "C" {
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <glib.h>
#include <glib-object.h>
#include <wayland-client.h>
#include <wayland-util.h>
+}
// App global Wayland connection info