Fix a include on the hildon-remote-texture-example
authorAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 6 May 2009 11:36:36 +0000 (13:36 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 6 May 2009 11:36:36 +0000 (13:36 +0200)
* examples/hildon-remote-texture-example.c

Change the include to the hildon-remote-texture in order to compile
properly the examples on the installed libhildon1-examples package

ChangeLog
examples/hildon-remote-texture-example.c

index 126bb05..27c3f12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-05-06 Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * examples/hildon-remote-texture-example.c
+
+       Change the include to the hildon-remote-texture in order to compile
+       properly the examples on the installed libhildon1-examples package
+
 2009-05-05  Claudio Saavedra  <csaavedra@igalia.com>
 
        * tests/Makefile.am: Add check for HildonPickerButton.
index 536f3f2..ccd3261 100644 (file)
@@ -7,7 +7,7 @@
 #include <string.h>
 #include <math.h>
 #include <hildon/hildon.h>
-#include "hildon-remote-texture.h"
+#include <hildon/hildon-remote-texture.h>
 
 #define W 800
 #define H 480