aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Berres <armin.berres@basyskom.de>2010-05-25 15:59:00 +0200
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-05-25 17:44:34 +0300
commit65a50d402d3406ea0d08593d9499349ca5c0ef93 (patch)
treef22637cc0a0d8dbf0d5627cb651da82cfa9cb733
parent27e2de1dc4fcd8dcad47a64891b59606113f8d25 (diff)
Changes: fix arm build0.20.12.1-1
RevBy: Holger Details: Revert a change introduced in c7ad927bfa952a3d8d149e61fb0219b22635a61b.
-rw-r--r--demos/widgetsgallery/swaphook.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/widgetsgallery/swaphook.cpp b/demos/widgetsgallery/swaphook.cpp
index 5881a26c..6df7b39d 100644
--- a/demos/widgetsgallery/swaphook.cpp
+++ b/demos/widgetsgallery/swaphook.cpp
@@ -12,7 +12,9 @@
#include <MWindow>
#include "swaphook.h"
-
+#ifdef EGL
+#include <dlfcn.h>
+#endif
class SwapHookPrivate : public QObject
{